#85DBB4

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

Shades of Vista Blue #85DBB4

Tints of Vista Blue #85DBB4

Color information

#85DBB4 (or 0x85DBB4) is unknown color: approx Vista Blue. HEX triplet: 85, DB and B4. RGB value is (133,219,180). Sum of RGB (Red+Green+Blue) = 133+219+180=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBB4 is #7A244B. Grayscale: #BCBCBC. Windows color (decimal): -8004684 or 11852677. OLE color: 11852677.

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

Color convert

RGB133219180-
CMYK0.3900.180.14
HSL152.79º54.43%69.02%-
HSV(B)152.79º39.27%85.88%-
XYZ43.2458.9452.28-
YUV188.84123.0188.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 180 (70.70% from 255) = 33.83%
R=25%
G=41.17%
B=33.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191800.3900.180.14152.7954.4369.02
Hex85DBB427012E993645
Octal205333264470221623166105
Binary1000010111011011101101001001110100101110100110011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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