#85C5DD

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

Shades of Spray #85C5DD

Tints of Spray #85C5DD

Color information

#85C5DD (or 0x85C5DD) is unknown color: approx Spray. HEX triplet: 85, C5 and DD. RGB value is (133,197,221). Sum of RGB (Red+Green+Blue) = 133+197+221=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #85C5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C5DD is #7A3A22. Grayscale: #B4B4B4. Windows color (decimal): -8010275 or 14534021. OLE color: 14534021.

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

Color convert

RGB133197221-
CMYK0.400.1100.13
HSL196.36º56.41%69.41%-
HSV(B)196.36º39.82%86.67%-
XYZ42.6950.1475.83-
YUV180.6150.894.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.14%
GREEN value IS 197 (77.34% from 255) = 35.75%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=24.14%
G=35.75%
B=40.11%

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
Decimal1331972210.400.1100.13196.3656.4169.41
Hex85C5DD28B0Dc43845
Octal205305335501301530470105
Binary100001011100010111011101101000101101101110001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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