Html Css Color HEX #99EEBC Vista Blue

📋 copy color: '#99EEBC'

red 153 ◦ green 238 ◦ blue 188

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

Shades of Vista Blue #99EEBC

Tints of Vista Blue #99EEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.47%

R = 26.42%
G = 41.11%
B = 32.47%

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

#99EEBC (or 0x99EEBC) is known color: Vista Blue. HEX triplet: 99, EE and BC. RGB value is (153,238,188). Sum of RGB (Red+Green+Blue) = 153+238+188=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEBC is #661143. Grayscale: #CFCFCF. Windows color (decimal): -6689092 or 12381849. OLE color: 12381849.

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

Color convert

RGB 153 238 188 -
CMYK 0.36 0 0.21 0.07
HSL 144.71º 0.71% 0.77% -
HSV(B) 144.71º 0.36% 0.93% -
XYZ 52.79 71.55 58.61 -
YUV 206.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 153 238 188 0.36 0 0.21 0.07 144.71 0.71 0.77
Hex 99 EE BC 24 0 15 7 91 47 4D
Octal 231 356 274 44 0 25 7 221 107 115
Binary 10011001 11101110 10111100 100100 0 10101 111 10010001 1000111 1001101

Color Harmonies of #99EEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEBC

Black with #99EEBC

Text Example


Text Example

White with #99EEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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