Html Css Color HEX #85DEB1 Vista Blue

📋 copy color: '#85DEB1'

red 133 ◦ green 222 ◦ blue 177

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

Shades of Vista Blue #85DEB1

Tints of Vista Blue #85DEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 25%
G = 41.73%
B = 33.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#85DEB1 (or 0x85DEB1) is known color: Vista Blue. HEX triplet: 85, DE and B1. RGB value is (133,222,177). Sum of RGB (Red+Green+Blue) = 133+222+177=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DEB1 is #7A214E. Grayscale: #BEBEBE. Windows color (decimal): -8003919 or 11656837. OLE color: 11656837.

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

Color convert

RGB 133 222 177 -
CMYK 0.40 0 0.20 0.13
HSL 149.66º 0.57% 0.7% -
HSV(B) 149.66º 0.4% 0.87% -
XYZ 43.73 60.4 50.95 -
YUV 190.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 133 222 177 0.40 0 0.20 0.13 149.66 0.57 0.7
Hex 85 DE B1 28 0 14 D 96 39 46
Octal 205 336 261 50 0 24 15 226 71 106
Binary 10000101 11011110 10110001 101000 0 10100 1101 10010110 111001 1000110

Color Harmonies of #85DEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DEB1

Black with #85DEB1

Text Example


Text Example

White with #85DEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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