#85DEB5

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

Shades of Vista Blue #85DEB5

Tints of Vista Blue #85DEB5

Color information

#85DEB5 (or 0x85DEB5) is unknown color: approx Vista Blue. HEX triplet: 85, DE and B5. RGB value is (133,222,181). Sum of RGB (Red+Green+Blue) = 133+222+181=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEB5 is #7A214A. Grayscale: #BEBEBE. Windows color (decimal): -8003915 or 11918981. OLE color: 11918981.

HSL color Cylindrical-coordinate representation of color #85DEB5: hue angle of 152.36º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEB5 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB133222181-
CMYK0.4000.180.13
HSL152.36º57.42%69.61%-
HSV(B)152.36º40.09%87.06%-
XYZ44.1360.5753.08-
YUV190.71122.5186.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=24.81%
G=41.42%
B=33.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221810.4000.180.13152.3657.4269.61
Hex85DEB528012D983946
Octal205336265500221523071106
Binary1000010111011110101101011010000100101101100110001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,181); }

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

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

 a { background-color: rgb(133,222,181); }

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

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

 span { border-color: rgb(133,222,181); }

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