#85C5DC

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

Shades of Spray #85C5DC

Tints of Spray #85C5DC

Color information

#85C5DC (or 0x85C5DC) is unknown color: approx Spray. HEX triplet: 85, C5 and DC. RGB value is (133,197,220). Sum of RGB (Red+Green+Blue) = 133+197+220=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #85C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C5DC is #7A3A23. Grayscale: #B4B4B4. Windows color (decimal): -8010276 or 14468485. OLE color: 14468485.

HSL color Cylindrical-coordinate representation of color #85C5DC: hue angle of 195.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C5DC is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133197220-
CMYK0.400.1000.14
HSL195.86º55.41%69.22%-
HSV(B)195.86º39.55%86.27%-
XYZ42.5650.0975.13-
YUV180.49150.394.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.18%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 220 (86.33% from 255) = 40%
R=24.18%
G=35.82%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331972200.400.1000.14195.8655.4169.22
Hex85C5DC28A0Ec43745
Octal205305334501201630467105
Binary100001011100010111011100101000101001110110001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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