#8CBBC8

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

Shades of Seagull #8CBBC8

Tints of Seagull #8CBBC8

Color information

#8CBBC8 (or 0x8CBBC8) is unknown color: approx Seagull. HEX triplet: 8C, BB and C8. RGB value is (140,187,200). Sum of RGB (Red+Green+Blue) = 140+187+200=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #8CBBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBC8 is #734437. Grayscale: #AEAEAE. Windows color (decimal): -7554104 or 13155212. OLE color: 13155212.

HSL color Cylindrical-coordinate representation of color #8CBBC8: hue angle of 193º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CBBC8 is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB140187200-
CMYK0.30.0600.22
HSL193º35.29%66.67%-
HSV(B)193º30%78.43%-
XYZ39.0145.2961.33-
YUV174.43142.43103.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=26.57%
G=35.48%
B=37.95%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401872000.30.0600.2219335.2966.67
Hex8CBBC81E6016c12343
Octal21427331036602630143103
Binary10001100101110111100100011110110010110110000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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