#85C7DE

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

Shades of Spray #85C7DE

Tints of Spray #85C7DE

Color information

#85C7DE (or 0x85C7DE) is unknown color: approx Spray. HEX triplet: 85, C7 and DE. RGB value is (133,199,222). Sum of RGB (Red+Green+Blue) = 133+199+222=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #85C7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C7DE is #7A3821. Grayscale: #B5B5B5. Windows color (decimal): -8009762 or 14600069. OLE color: 14600069.

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

Color convert

RGB133199222-
CMYK0.400.1000.13
HSL195.51º57.42%69.61%-
HSV(B)195.51º40.09%87.06%-
XYZ43.2851.1176.69-
YUV181.89150.6393.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.01%
GREEN value IS 199 (78.12% from 255) = 35.92%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=24.01%
G=35.92%
B=40.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331992220.400.1000.13195.5157.4269.61
Hex85C7DE28A0Dc43946
Octal205307336501201530471106
Binary100001011100011111011110101000101001101110001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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