Html Css Color HEX #99EEB4 Vista Blue

📋 copy color: '#99EEB4'

red 153 ◦ green 238 ◦ blue 180

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

Shades of Vista Blue #99EEB4

Tints of Vista Blue #99EEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.52%

R = 26.8%
G = 41.68%
B = 31.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#99EEB4 (or 0x99EEB4) is known color: Vista Blue. HEX triplet: 99, EE and B4. RGB value is (153,238,180). Sum of RGB (Red+Green+Blue) = 153+238+180=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEB4 is #66114B. Grayscale: #CECECE. Windows color (decimal): -6689100 or 11857561. OLE color: 11857561.

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

Color convert

RGB 153 238 180 -
CMYK 0.36 0 0.24 0.07
HSL 139.06º 0.71% 0.77% -
HSV(B) 139.06º 0.36% 0.93% -
XYZ 51.95 71.22 54.19 -
YUV 205.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 153 238 180 0.36 0 0.24 0.07 139.06 0.71 0.77
Hex 99 EE B4 24 0 18 7 8B 47 4D
Octal 231 356 264 44 0 30 7 213 107 115
Binary 10011001 11101110 10110100 100100 0 11000 111 10001011 1000111 1001101

Color Harmonies of #99EEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EEB4

Black with #99EEB4

Text Example


Text Example

White with #99EEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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