#85CCDB

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

Shades of Spray #85CCDB

Tints of Spray #85CCDB

Color information

#85CCDB (or 0x85CCDB) is unknown color: approx Spray. HEX triplet: 85, CC and DB. RGB value is (133,204,219). Sum of RGB (Red+Green+Blue) = 133+204+219=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #85CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDB is #7A3324. Grayscale: #B8B8B8. Windows color (decimal): -8008485 or 14404741. OLE color: 14404741.

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

Color convert

RGB133204219-
CMYK0.390.0700.14
HSL190.47º54.43%69.02%-
HSV(B)190.47º39.27%85.88%-
XYZ44.0553.2974.98-
YUV184.48147.4891.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=23.92%
G=36.69%
B=39.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332042190.390.0700.14190.4754.4369.02
Hex85CCDB2770Ebe3645
Octal20531433347701627666105
Binary10000101110011001101101110011111101110101111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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