#85C3DB

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

Shades of Spray #85C3DB

Tints of Spray #85C3DB

Color information

#85C3DB (or 0x85C3DB) is unknown color: approx Spray. HEX triplet: 85, C3 and DB. RGB value is (133,195,219). Sum of RGB (Red+Green+Blue) = 133+195+219=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #85C3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C3DB is #7A3C24. Grayscale: #B3B3B3. Windows color (decimal): -8010789 or 14402437. OLE color: 14402437.

HSL color Cylindrical-coordinate representation of color #85C3DB: hue angle of 196.74º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C3DB is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133195219-
CMYK0.390.1100.14
HSL196.74º54.43%69.02%-
HSV(B)196.74º39.27%85.88%-
XYZ41.9749.1374.29-
YUV179.2150.4695.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.31%
GREEN value IS 195 (76.56% from 255) = 35.65%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=24.31%
G=35.65%
B=40.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331952190.390.1100.14196.7454.4369.02
Hex85C3DB27B0Ec53645
Octal205303333471301630566105
Binary100001011100001111011011100111101101110110001011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,195,219); }

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

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

 a { background-color: rgb(133,195,219); }

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

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

 span { border-color: rgb(133,195,219); }

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