#8CB8CD

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

Shades of Seagull #8CB8CD

Tints of Seagull #8CB8CD

Color information

#8CB8CD (or 0x8CB8CD) is unknown color: approx Seagull. HEX triplet: 8C, B8 and CD. RGB value is (140,184,205). Sum of RGB (Red+Green+Blue) = 140+184+205=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8CD is #734732. Grayscale: #ADADAD. Windows color (decimal): -7554867 or 13482124. OLE color: 13482124.

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

Color convert

RGB140184205-
CMYK0.320.1000.20
HSL199.38º39.39%67.65%-
HSV(B)199.38º31.71%80.39%-
XYZ38.9844.2664.25-
YUV173.24145.92104.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.47%
GREEN value IS 184 (72.27% from 255) = 34.78%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=26.47%
G=34.78%
B=38.75%

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
Decimal1401842050.320.1000.20199.3839.3967.65
Hex8CB8CD20A014c72744
Octal214270315401202430747104
Binary1000110010111000110011011000001010010100110001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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