#8CB9CD

Color #8CB9CD Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #8CB9CD

Tints of Seagull #8CB9CD

Color information

#8CB9CD (or 0x8CB9CD) is unknown color: approx Seagull. HEX triplet: 8C, B9 and CD. RGB value is (140,185,205). Sum of RGB (Red+Green+Blue) = 140+185+205=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB9CD is #734632. Grayscale: #ADADAD. Windows color (decimal): -7554611 or 13482380. OLE color: 13482380.

HSL color Cylindrical-coordinate representation of color #8CB9CD: hue angle of 198.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CB9CD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140185205-
CMYK0.320.1000.20
HSL198.46º39.39%67.65%-
HSV(B)198.46º31.71%80.39%-
XYZ39.1844.6864.32-
YUV173.82145.59103.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=26.42%
G=34.91%
B=38.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401852050.320.1000.20198.4639.3967.65
Hex8CB9CD20A014c62744
Octal214271315401202430647104
Binary1000110010111001110011011000001010010100110001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB9CD; }

 p { color: rgb(140,185,205); }

 H1.HeaderClassName
 {
   color: #8CB9CD;
 }
 .AnyTagClassName
 {
   color: #8CB9CD;
 }
</style>
background-color css

<style>
 a { background-color: #8CB9CD; }

 a { background-color: rgb(140,185,205); }

 div.DivClassName
 {
   background-color: #8CB9CD;
 }
 .BgClassName
 {
   background-color: #8CB9CD;
 }
</style>
border-color css

<style>
 span { border-color: #8CB9CD; }

 span { border-color: rgb(140,185,205); }

 td.TdClassName
 {
   border-color: #8CB9CD;
 }
 .TagClassName
 {
   border-color: #8CB9CD;
 }
</style>