#85CFDE

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

Shades of Spray #85CFDE

Tints of Spray #85CFDE

Color information

#85CFDE (or 0x85CFDE) is unknown color: approx Spray. HEX triplet: 85, CF and DE. RGB value is (133,207,222). Sum of RGB (Red+Green+Blue) = 133+207+222=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #85CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFDE is #7A3021. Grayscale: #BABABA. Windows color (decimal): -8007714 or 14602117. OLE color: 14602117.

HSL color Cylindrical-coordinate representation of color #85CFDE: hue angle of 190.11º degrees, saturation: 0.57, 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 #85CFDE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133207222-
CMYK0.400.0700.13
HSL190.11º57.42%69.61%-
HSV(B)190.11º40.09%87.06%-
XYZ45.1754.8977.32-
YUV186.58147.9889.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.67%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=23.67%
G=36.83%
B=39.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332072220.400.0700.13190.1157.4269.61
Hex85CFDE2870Dbe3946
Octal20531733650701527671106
Binary10000101110011111101111010100011101101101111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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