#85C3DC

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

Shades of Spray #85C3DC

Tints of Spray #85C3DC

Color information

#85C3DC (or 0x85C3DC) is unknown color: approx Spray. HEX triplet: 85, C3 and DC. RGB value is (133,195,220). Sum of RGB (Red+Green+Blue) = 133+195+220=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #85C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C3DC is #7A3C23. Grayscale: #B3B3B3. Windows color (decimal): -8010788 or 14467973. OLE color: 14467973.

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

Color convert

RGB133195220-
CMYK0.400.1100.14
HSL197.24º55.41%69.22%-
HSV(B)197.24º39.55%86.27%-
XYZ42.1149.1874.98-
YUV179.31150.9694.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 195 (76.56% from 255) = 35.58%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=24.27%
G=35.58%
B=40.15%

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
Decimal1331952200.400.1100.14197.2455.4169.22
Hex85C3DC28B0Ec53745
Octal205303334501301630567105
Binary100001011100001111011100101000101101110110001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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