Html Css Color HEX #85EEB8 Vista Blue

📋 copy color: '#85EEB8'

red 133 ◦ green 238 ◦ blue 184

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

Shades of Vista Blue #85EEB8

Tints of Vista Blue #85EEB8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.88%

 BLUE value IS 184 (72.27% from 255) = 33.15%

R = 23.96%
G = 42.88%
B = 33.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#85EEB8 (or 0x85EEB8) is known color: Vista Blue. HEX triplet: 85, EE and B8. RGB value is (133,238,184). Sum of RGB (Red+Green+Blue) = 133+238+184=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEB8 is #7A1147. Grayscale: #C8C8C8. Windows color (decimal): -7999816 or 12119685. OLE color: 12119685.

HSL color Cylindrical-coordinate representation of color #85EEB8: hue angle of 149.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EEB8 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 238 184 -
CMYK 0.44 0 0.23 0.07
HSL 149.14º 0.76% 0.73% -
HSV(B) 149.14º 0.44% 0.93% -
XYZ 48.9 69.6 56.2 -
YUV 200.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 133 238 184 0.44 0 0.23 0.07 149.14 0.76 0.73
Hex 85 EE B8 2C 0 17 7 95 4C 49
Octal 205 356 270 54 0 27 7 225 114 111
Binary 10000101 11101110 10111000 101100 0 10111 111 10010101 1001100 1001001

Color Harmonies of #85EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EEB8

Black with #85EEB8

Text Example


Text Example

White with #85EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,238,184); }

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

background-color css

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

 a { background-color: rgb(133,238,184); }

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

border-color css

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

 span { border-color: rgb(133,238,184); }

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