Html Css Color HEX #85DDAF Vista Blue

📋 copy color: '#85DDAF'

red 133 ◦ green 221 ◦ blue 175

#85DDAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #85DDAF

Tints of Vista Blue #85DDAF

RGB

 RED value IS 133 (52.34% from 255) = 25.14%

 GREEN value IS 221 (86.72% from 255) = 41.78%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 25.14%
G = 41.78%
B = 33.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#85DDAF (or 0x85DDAF) is known color: Vista Blue. HEX triplet: 85, DD and AF. RGB value is (133,221,175). Sum of RGB (Red+Green+Blue) = 133+221+175=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDAF is #7A2250. Grayscale: #BDBDBD. Windows color (decimal): -8004177 or 11525509. OLE color: 11525509.

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

Color convert

RGB 133 221 175 -
CMYK 0.40 0 0.21 0.13
HSL 148.64º 0.56% 0.69% -
HSV(B) 148.64º 0.4% 0.87% -
XYZ 43.27 59.79 49.82 -
YUV 189.44 119.85 87.74 -
System Red Green Blue C M Y K H S L
Decimal 133 221 175 0.40 0 0.21 0.13 148.64 0.56 0.69
Hex 85 DD AF 28 0 15 D 95 38 45
Octal 205 335 257 50 0 25 15 225 70 105
Binary 10000101 11011101 10101111 101000 0 10101 1101 10010101 111000 1000101

Color Harmonies of #85DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDAF

Black with #85DDAF

Text Example


Text Example

White with #85DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,175); }

 H1.HeaderClassName
 {
   color: #85DDAF;
 }
 .AnyTagClassName
 {
   color: #85DDAF;
 }
</style>

background-color css

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

 a { background-color: rgb(133,221,175); }

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

border-color css

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

 span { border-color: rgb(133,221,175); }

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