Html Css Color HEX #99EEBA Vista Blue

📋 copy color: '#99EEBA'

red 153 ◦ green 238 ◦ blue 186

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

Shades of Vista Blue #99EEBA

Tints of Vista Blue #99EEBA

RGB

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

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

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

R = 26.52%
G = 41.25%
B = 32.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#99EEBA (or 0x99EEBA) is known color: Vista Blue. HEX triplet: 99, EE and BA. RGB value is (153,238,186). Sum of RGB (Red+Green+Blue) = 153+238+186=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEBA is #661145. Grayscale: #CECECE. Windows color (decimal): -6689094 or 12250777. OLE color: 12250777.

HSL color Cylindrical-coordinate representation of color #99EEBA: hue angle of 143.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEBA is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 238 186 -
CMYK 0.36 0 0.22 0.07
HSL 143.29º 0.71% 0.77% -
HSV(B) 143.29º 0.36% 0.93% -
XYZ 52.57 71.47 57.48 -
YUV 206.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 153 238 186 0.36 0 0.22 0.07 143.29 0.71 0.77
Hex 99 EE BA 24 0 16 7 8F 47 4D
Octal 231 356 272 44 0 26 7 217 107 115
Binary 10011001 11101110 10111010 100100 0 10110 111 10001111 1000111 1001101

Color Harmonies of #99EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEBA

Black with #99EEBA

Text Example


Text Example

White with #99EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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