#85DBAE

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

Shades of Vista Blue #85DBAE

Tints of Vista Blue #85DBAE

Color information

#85DBAE (or 0x85DBAE) is unknown color: approx Vista Blue. HEX triplet: 85, DB and AE. RGB value is (133,219,174). Sum of RGB (Red+Green+Blue) = 133+219+174=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBAE is #7A2451. Grayscale: #BCBCBC. Windows color (decimal): -8004690 or 11459461. OLE color: 11459461.

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

Color convert

RGB133219174-
CMYK0.3900.210.14
HSL148.6º54.43%69.02%-
HSV(B)148.6º39.27%85.88%-
XYZ42.6458.7149.13-
YUV188.16120.0188.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 219 (85.94% from 255) = 41.63%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=25.29%
G=41.63%
B=33.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191740.3900.210.14148.654.4369.02
Hex85DBAE27015E953645
Octal205333256470251622566105
Binary1000010111011011101011101001110101011110100101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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