#8BC2CE

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

Shades of Spray #8BC2CE

Tints of Spray #8BC2CE

Color information

#8BC2CE (or 0x8BC2CE) is unknown color: approx Spray. HEX triplet: 8B, C2 and CE. RGB value is (139,194,206). Sum of RGB (Red+Green+Blue) = 139+194+206=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2CE is #743D31. Grayscale: #B2B2B2. Windows color (decimal): -7617842 or 13550219. OLE color: 13550219.

HSL color Cylindrical-coordinate representation of color #8BC2CE: hue angle of 190.75º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BC2CE is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139194206-
CMYK0.330.0600.19
HSL190.75º40.61%67.65%-
HSV(B)190.75º32.52%80.78%-
XYZ41.0848.5365.59-
YUV178.92143.2899.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.79%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=25.79%
G=35.99%
B=38.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391942060.330.0600.19190.7540.6167.65
Hex8BC2CE216013bf2944
Octal21330231641602327751104
Binary100010111100001011001110100001110010011101111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,206); }

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

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

 a { background-color: rgb(139,194,206); }

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

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

 span { border-color: rgb(139,194,206); }

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