#85C4DC

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

Shades of Spray #85C4DC

Tints of Spray #85C4DC

Color information

#85C4DC (or 0x85C4DC) is unknown color: approx Spray. HEX triplet: 85, C4 and DC. RGB value is (133,196,220). Sum of RGB (Red+Green+Blue) = 133+196+220=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #85C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C4DC is #7A3B23. Grayscale: #B3B3B3. Windows color (decimal): -8010532 or 14468229. OLE color: 14468229.

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

Color convert

RGB133196220-
CMYK0.400.1100.14
HSL196.55º55.41%69.22%-
HSV(B)196.55º39.55%86.27%-
XYZ42.3349.6375.06-
YUV179.9150.6394.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=24.23%
G=35.70%
B=40.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331962200.400.1100.14196.5555.4169.22
Hex85C4DC28B0Ec53745
Octal205304334501301630567105
Binary100001011100010011011100101000101101110110001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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