Html Css Color HEX #99E0BA Vista Blue

📋 copy color: '#99E0BA'

red 153 ◦ green 224 ◦ blue 186

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

Shades of Vista Blue #99E0BA

Tints of Vista Blue #99E0BA

RGB

 RED value IS 153 (60.16% from 255) = 27.18%

 GREEN value IS 224 (87.89% from 255) = 39.79%

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

R = 27.18%
G = 39.79%
B = 33.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#99E0BA (or 0x99E0BA) is known color: Vista Blue. HEX triplet: 99, E0 and BA. RGB value is (153,224,186). Sum of RGB (Red+Green+Blue) = 153+224+186=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #99E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E0BA is #661F45. Grayscale: #C6C6C6. Windows color (decimal): -6692678 or 12247193. OLE color: 12247193.

HSL color Cylindrical-coordinate representation of color #99E0BA: hue angle of 147.89º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E0BA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 224 186 -
CMYK 0.32 0 0.17 0.12
HSL 147.89º 0.53% 0.74% -
HSV(B) 147.89º 0.32% 0.88% -
XYZ 48.66 63.63 56.17 -
YUV 198.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 153 224 186 0.32 0 0.17 0.12 147.89 0.53 0.74
Hex 99 E0 BA 20 0 11 C 94 35 4A
Octal 231 340 272 40 0 21 14 224 65 112
Binary 10011001 11100000 10111010 100000 0 10001 1100 10010100 110101 1001010

Color Harmonies of #99E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E0BA

Black with #99E0BA

Text Example


Text Example

White with #99E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99E0BA; }

 p { color: rgb(153,224,186); }

 H1.HeaderClassName
 {
   color: #99E0BA;
 }
 .AnyTagClassName
 {
   color: #99E0BA;
 }
</style>

background-color css

<style>
 a { background-color: #99E0BA; }

 a { background-color: rgb(153,224,186); }

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

border-color css

<style>
 span { border-color: #99E0BA; }

 span { border-color: rgb(153,224,186); }

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