#8CBCCA

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

Shades of Seagull #8CBCCA

Tints of Seagull #8CBCCA

Color information

#8CBCCA (or 0x8CBCCA) is unknown color: approx Seagull. HEX triplet: 8C, BC and CA. RGB value is (140,188,202). Sum of RGB (Red+Green+Blue) = 140+188+202=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCCA is #734335. Grayscale: #AFAFAF. Windows color (decimal): -7553846 or 13286540. OLE color: 13286540.

HSL color Cylindrical-coordinate representation of color #8CBCCA: hue angle of 193.55º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CBCCA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140188202-
CMYK0.310.0700.21
HSL193.55º36.9%67.06%-
HSV(B)193.55º30.69%79.22%-
XYZ39.4645.8162.64-
YUV175.24143.1102.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=26.42%
G=35.47%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401882020.310.0700.21193.5536.967.06
Hex8CBCCA1F7015c22543
Octal21427431237702530245103
Binary10001100101111001100101011111111010101110000101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,202); }

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

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

 a { background-color: rgb(140,188,202); }

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

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

 span { border-color: rgb(140,188,202); }

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