#85C7DF

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

Shades of Spray #85C7DF

Tints of Spray #85C7DF

Color information

#85C7DF (or 0x85C7DF) is unknown color: approx Spray. HEX triplet: 85, C7 and DF. RGB value is (133,199,223). Sum of RGB (Red+Green+Blue) = 133+199+223=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #85C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C7DF is #7A3820. Grayscale: #B5B5B5. Windows color (decimal): -8009761 or 14665605. OLE color: 14665605.

HSL color Cylindrical-coordinate representation of color #85C7DF: hue angle of 196º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C7DF is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133199223-
CMYK0.400.1100.13
HSL196º58.44%69.8%-
HSV(B)196º40.36%87.45%-
XYZ43.4251.1677.4-
YUV182151.1393.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.96%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=23.96%
G=35.86%
B=40.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331992230.400.1100.1319658.4469.8
Hex85C7DF28B0Dc43a46
Octal205307337501301530472106
Binary100001011100011111011111101000101101101110001001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,199,223); }

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

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

 a { background-color: rgb(133,199,223); }

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

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

 span { border-color: rgb(133,199,223); }

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