Html Css Color HEX #85DEAF Vista Blue

📋 copy color: '#85DEAF'

red 133 ◦ green 222 ◦ blue 175

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

Shades of Vista Blue #85DEAF

Tints of Vista Blue #85DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

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

R = 25.09%
G = 41.89%
B = 33.02%

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

#85DEAF (or 0x85DEAF) is known color: Vista Blue. HEX triplet: 85, DE and AF. RGB value is (133,222,175). Sum of RGB (Red+Green+Blue) = 133+222+175=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DEAF is #7A2150. Grayscale: #BEBEBE. Windows color (decimal): -8003921 or 11525765. OLE color: 11525765.

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

Color convert

RGB 133 222 175 -
CMYK 0.40 0 0.21 0.13
HSL 148.31º 0.57% 0.7% -
HSV(B) 148.31º 0.4% 0.87% -
XYZ 43.53 60.32 49.91 -
YUV 190.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 133 222 175 0.40 0 0.21 0.13 148.31 0.57 0.7
Hex 85 DE AF 28 0 15 D 94 39 46
Octal 205 336 257 50 0 25 15 224 71 106
Binary 10000101 11011110 10101111 101000 0 10101 1101 10010100 111001 1000110

Color Harmonies of #85DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DEAF

Black with #85DEAF

Text Example


Text Example

White with #85DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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