#85CBD5

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

Shades of Spray #85CBD5

Tints of Spray #85CBD5

Color information

#85CBD5 (or 0x85CBD5) is unknown color: approx Spray. HEX triplet: 85, CB and D5. RGB value is (133,203,213). Sum of RGB (Red+Green+Blue) = 133+203+213=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #85CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBD5 is #7A342A. Grayscale: #B7B7B7. Windows color (decimal): -8008747 or 14011269. OLE color: 14011269.

HSL color Cylindrical-coordinate representation of color #85CBD5: hue angle of 187.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CBD5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133203213-
CMYK0.380.0500.16
HSL187.5º48.78%67.84%-
HSV(B)187.5º37.56%83.53%-
XYZ43.0452.570.82-
YUV183.21144.8192.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=24.23%
G=36.98%
B=38.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332032130.380.0500.16187.548.7867.84
Hex85CBD5265010bc3144
Octal20531332546502027461104
Binary100001011100101111010101100110101010000101111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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