#8cb6cb

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

Shades of Seagull #8CB6CB

Tints of Seagull #8CB6CB

Color information

#8CB6CB (or 0x8CB6CB) is unknown color: approx Seagull. HEX triplet: 8C, B6 and CB. RGB value is (140,182,203). Sum of RGB (Red+Green+Blue) = 140+182+203=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6CB is #734934. Grayscale: #ABABAB. Windows color (decimal): -7555381 or 13350540. OLE color: 13350540.

HSL color Cylindrical-coordinate representation of color #8CB6CB: hue angle of 200º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB6CB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140182203-
CMYK0.310.1000.20
HSL200º37.72%67.25%-
HSV(B)200º31.03%79.61%-
XYZ38.3243.3462.85-
YUV171.84145.59105.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=26.67%
G=34.67%
B=38.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401822030.310.1000.2020037.7267.25
Hex8CB6CB1FA014c82643
Octal214266313371202431046103
Binary100011001011011011001011111111010010100110010001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb6cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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