#85CBDC

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

Shades of Spray #85CBDC

Tints of Spray #85CBDC

Color information

#85CBDC (or 0x85CBDC) is unknown color: approx Spray. HEX triplet: 85, CB and DC. RGB value is (133,203,220). Sum of RGB (Red+Green+Blue) = 133+203+220=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #85CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBDC is #7A3423. Grayscale: #B7B7B7. Windows color (decimal): -8008740 or 14470021. OLE color: 14470021.

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

Color convert

RGB133203220-
CMYK0.400.0800.14
HSL191.72º55.41%69.22%-
HSV(B)191.72º39.55%86.27%-
XYZ43.9552.8775.6-
YUV184.01148.3191.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.92%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=23.92%
G=36.51%
B=39.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332032200.400.0800.14191.7255.4169.22
Hex85CBDC2880Ec03745
Octal205313334501001630067105
Binary100001011100101111011100101000100001110110000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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