#85C6CF

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

Shades of Spray #85C6CF

Tints of Spray #85C6CF

Color information

#85C6CF (or 0x85C6CF) is unknown color: approx Spray. HEX triplet: 85, C6 and CF. RGB value is (133,198,207). Sum of RGB (Red+Green+Blue) = 133+198+207=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #85C6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C6CF is #7A3930. Grayscale: #B3B3B3. Windows color (decimal): -8010033 or 13616773. OLE color: 13616773.

HSL color Cylindrical-coordinate representation of color #85C6CF: hue angle of 187.3º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85C6CF is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133198207-
CMYK0.360.0400.19
HSL187.3º43.53%66.67%-
HSV(B)187.3º35.75%81.18%-
XYZ41.1349.8866.49-
YUV179.59143.4794.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=24.72%
G=36.80%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331982070.360.0400.19187.343.5366.67
Hex85C6CF244013bb2c43
Octal20530631744402327354103
Binary100001011100011011001111100100100010011101110111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C6CF; }

 p { color: rgb(133,198,207); }

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

<style>
 a { background-color: #85C6CF; }

 a { background-color: rgb(133,198,207); }

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

<style>
 span { border-color: #85C6CF; }

 span { border-color: rgb(133,198,207); }

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