#85DDE1

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

Shades of Spray #85DDE1

Tints of Spray #85DDE1

Color information

#85DDE1 (or 0x85DDE1) is unknown color: approx Spray. HEX triplet: 85, DD and E1. RGB value is (133,221,225). Sum of RGB (Red+Green+Blue) = 133+221+225=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #85DDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDE1 is #7A221E. Grayscale: #C3C3C3. Windows color (decimal): -8004127 or 14802309. OLE color: 14802309.

HSL color Cylindrical-coordinate representation of color #85DDE1: hue angle of 182.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85DDE1 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133221225-
CMYK0.410.0200.12
HSL182.61º60.53%70.2%-
HSV(B)182.61º40.89%88.24%-
XYZ49.1262.1480.64-
YUV195.14144.8583.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.97%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=22.97%
G=38.17%
B=38.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332212250.410.0200.12182.6160.5370.2
Hex85DDE12920Cb73d46
Octal20533534151201426775106
Binary1000010111011101111000011010011001100101101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,221,225); }

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

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

 a { background-color: rgb(133,221,225); }

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

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

 span { border-color: rgb(133,221,225); }

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