#8BC3CA

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

Shades of Spray #8BC3CA

Tints of Spray #8BC3CA

Color information

#8BC3CA (or 0x8BC3CA) is unknown color: approx Spray. HEX triplet: 8B, C3 and CA. RGB value is (139,195,202). Sum of RGB (Red+Green+Blue) = 139+195+202=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC3CA is #743C35. Grayscale: #B2B2B2. Windows color (decimal): -7617590 or 13288331. OLE color: 13288331.

HSL color Cylindrical-coordinate representation of color #8BC3CA: hue angle of 186.67º 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 #8BC3CA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139195202-
CMYK0.310.0300.21
HSL186.67º37.28%66.86%-
HSV(B)186.67º31.19%79.22%-
XYZ40.8248.7863.14-
YUV179.05140.9599.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.93%
GREEN value IS 195 (76.56% from 255) = 36.38%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=25.93%
G=36.38%
B=37.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391952020.310.0300.21186.6737.2866.86
Hex8BC3CA1F3015bb2543
Octal21330331237302527345103
Binary1000101111000011110010101111111010101101110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,202); }

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

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

 a { background-color: rgb(139,195,202); }

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

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

 span { border-color: rgb(139,195,202); }

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