#85C1DC

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

Shades of Spray #85C1DC

Tints of Spray #85C1DC

Color information

#85C1DC (or 0x85C1DC) is unknown color: approx Spray. HEX triplet: 85, C1 and DC. RGB value is (133,193,220). Sum of RGB (Red+Green+Blue) = 133+193+220=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #85C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C1DC is #7A3E23. Grayscale: #B1B1B1. Windows color (decimal): -8011300 or 14467461. OLE color: 14467461.

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

Color convert

RGB133193220-
CMYK0.400.1200.14
HSL198.62º55.41%69.22%-
HSV(B)198.62º39.55%86.27%-
XYZ41.6648.2974.84-
YUV178.14151.6295.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.36%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=24.36%
G=35.35%
B=40.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331932200.400.1200.14198.6255.4169.22
Hex85C1DC28C0Ec73745
Octal205301334501401630767105
Binary100001011100000111011100101000110001110110001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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