Html Css Color HEX #85EEBA Vista Blue

📋 copy color: '#85EEBA'

red 133 ◦ green 238 ◦ blue 186

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

Shades of Vista Blue #85EEBA

Tints of Vista Blue #85EEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 23.88%
G = 42.73%
B = 33.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#85EEBA (or 0x85EEBA) is known color: Vista Blue. HEX triplet: 85, EE and BA. RGB value is (133,238,186). Sum of RGB (Red+Green+Blue) = 133+238+186=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEBA is #7A1145. Grayscale: #C8C8C8. Windows color (decimal): -7999814 or 12250757. OLE color: 12250757.

HSL color Cylindrical-coordinate representation of color #85EEBA: hue angle of 150.29º 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 #85EEBA is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 238 186 -
CMYK 0.44 0 0.22 0.07
HSL 150.29º 0.76% 0.73% -
HSV(B) 150.29º 0.44% 0.93% -
XYZ 49.11 69.68 57.32 -
YUV 200.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 133 238 186 0.44 0 0.22 0.07 150.29 0.76 0.73
Hex 85 EE BA 2C 0 16 7 96 4C 49
Octal 205 356 272 54 0 26 7 226 114 111
Binary 10000101 11101110 10111010 101100 0 10110 111 10010110 1001100 1001001

Color Harmonies of #85EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EEBA

Black with #85EEBA

Text Example


Text Example

White with #85EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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