#8CBBCD

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

Shades of Seagull #8CBBCD

Tints of Seagull #8CBBCD

Color information

#8CBBCD (or 0x8CBBCD) is unknown color: approx Seagull. HEX triplet: 8C, BB and CD. RGB value is (140,187,205). Sum of RGB (Red+Green+Blue) = 140+187+205=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBCD is #734432. Grayscale: #AEAEAE. Windows color (decimal): -7554099 or 13482892. OLE color: 13482892.

HSL color Cylindrical-coordinate representation of color #8CBBCD: hue angle of 196.62º 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 #8CBBCD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140187205-
CMYK0.320.0900.20
HSL196.62º39.39%67.65%-
HSV(B)196.62º31.71%80.39%-
XYZ39.645.5264.46-
YUV175144.93103.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.32%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=26.32%
G=35.15%
B=38.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401872050.320.0900.20196.6239.3967.65
Hex8CBBCD209014c52744
Octal214273315401102430547104
Binary1000110010111011110011011000001001010100110001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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