#8CBDD0

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

Shades of Seagull #8CBDD0

Tints of Seagull #8CBDD0

Color information

#8CBDD0 (or 0x8CBDD0) is unknown color: approx Seagull. HEX triplet: 8C, BD and D0. RGB value is (140,189,208). Sum of RGB (Red+Green+Blue) = 140+189+208=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDD0 is #73422F. Grayscale: #B0B0B0. Windows color (decimal): -7553584 or 13680012. OLE color: 13680012.

HSL color Cylindrical-coordinate representation of color #8CBDD0: hue angle of 196.76º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CBDD0 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140189208-
CMYK0.330.0900.18
HSL196.76º41.98%68.24%-
HSV(B)196.76º32.69%81.57%-
XYZ40.446.5266.53-
YUV176.52145.77101.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=26.07%
G=35.20%
B=38.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401892080.330.0900.18196.7641.9868.24
Hex8CBDD0219012c52a44
Octal214275320411102230552104
Binary1000110010111101110100001000011001010010110001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,208); }

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

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

 a { background-color: rgb(140,189,208); }

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

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

 span { border-color: rgb(140,189,208); }

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