#8CBBC9

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

Shades of Seagull #8CBBC9

Tints of Seagull #8CBBC9

Color information

#8CBBC9 (or 0x8CBBC9) is unknown color: approx Seagull. HEX triplet: 8C, BB and C9. RGB value is (140,187,201). Sum of RGB (Red+Green+Blue) = 140+187+201=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBC9 is #734436. Grayscale: #AEAEAE. Windows color (decimal): -7554103 or 13220748. OLE color: 13220748.

HSL color Cylindrical-coordinate representation of color #8CBBC9: hue angle of 193.77º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CBBC9 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140187201-
CMYK0.300.0700.21
HSL193.77º36.09%66.86%-
HSV(B)193.77º30.35%78.82%-
XYZ39.1345.3361.95-
YUV174.54142.93103.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=26.52%
G=35.42%
B=38.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401872010.300.0700.21193.7736.0966.86
Hex8CBBC91E7015c22443
Octal21427331136702530244103
Binary10001100101110111100100111110111010101110000101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,201); }

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

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

 a { background-color: rgb(140,187,201); }

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

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

 span { border-color: rgb(140,187,201); }

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