Html Css Color HEX #99EEBD Vista Blue

📋 copy color: '#99EEBD'

red 153 ◦ green 238 ◦ blue 189

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

Shades of Vista Blue #99EEBD

Tints of Vista Blue #99EEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 26.38%
G = 41.03%
B = 32.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#99EEBD (or 0x99EEBD) is known color: Vista Blue. HEX triplet: 99, EE and BD. RGB value is (153,238,189). Sum of RGB (Red+Green+Blue) = 153+238+189=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEBD is #661142. Grayscale: #CFCFCF. Windows color (decimal): -6689091 or 12447385. OLE color: 12447385.

HSL color Cylindrical-coordinate representation of color #99EEBD: hue angle of 145.41º 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 #99EEBD is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 238 189 -
CMYK 0.36 0 0.21 0.07
HSL 145.41º 0.71% 0.77% -
HSV(B) 145.41º 0.36% 0.93% -
XYZ 52.9 71.6 59.18 -
YUV 207 117.84 89.48 -
System Red Green Blue C M Y K H S L
Decimal 153 238 189 0.36 0 0.21 0.07 145.41 0.71 0.77
Hex 99 EE BD 24 0 15 7 91 47 4D
Octal 231 356 275 44 0 25 7 221 107 115
Binary 10011001 11101110 10111101 100100 0 10101 111 10010001 1000111 1001101

Color Harmonies of #99EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEBD

Black with #99EEBD

Text Example


Text Example

White with #99EEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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