#8CB6CD

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

Shades of Seagull #8CB6CD

Tints of Seagull #8CB6CD

Color information

#8CB6CD (or 0x8CB6CD) is unknown color: approx Seagull. HEX triplet: 8C, B6 and CD. RGB value is (140,182,205). Sum of RGB (Red+Green+Blue) = 140+182+205=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CB6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6CD is #734932. Grayscale: #ABABAB. Windows color (decimal): -7555379 or 13481612. OLE color: 13481612.

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

Color convert

RGB140182205-
CMYK0.320.1100.20
HSL201.23º39.39%67.65%-
HSV(B)201.23º31.71%80.39%-
XYZ38.5643.4464.11-
YUV172.06146.59105.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=26.57%
G=34.54%
B=38.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401822050.320.1100.20201.2339.3967.65
Hex8CB6CD20B014c92744
Octal214266315401302431147104
Binary1000110010110110110011011000001011010100110010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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