Html Css Color HEX #99EFB9 Vista Blue

📋 copy color: '#99EFB9'

red 153 ◦ green 239 ◦ blue 185

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

Shades of Vista Blue #99EFB9

Tints of Vista Blue #99EFB9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

 BLUE value IS 185 (72.66% from 255) = 32.06%

R = 26.52%
G = 41.42%
B = 32.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#99EFB9 (or 0x99EFB9) is known color: Vista Blue. HEX triplet: 99, EF and B9. RGB value is (153,239,185). Sum of RGB (Red+Green+Blue) = 153+239+185=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFB9 is #661046. Grayscale: #CFCFCF. Windows color (decimal): -6688839 or 12185497. OLE color: 12185497.

HSL color Cylindrical-coordinate representation of color #99EFB9: hue angle of 142.33º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFB9 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 239 185 -
CMYK 0.36 0 0.23 0.06
HSL 142.33º 0.73% 0.77% -
HSV(B) 142.33º 0.36% 0.94% -
XYZ 52.76 72.01 57.02 -
YUV 207.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 153 239 185 0.36 0 0.23 0.06 142.33 0.73 0.77
Hex 99 EF B9 24 0 17 6 8E 49 4D
Octal 231 357 271 44 0 27 6 216 111 115
Binary 10011001 11101111 10111001 100100 0 10111 110 10001110 1001001 1001101

Color Harmonies of #99EFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EFB9

Black with #99EFB9

Text Example


Text Example

White with #99EFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,239,185); }

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

background-color css

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

 a { background-color: rgb(153,239,185); }

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

border-color css

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

 span { border-color: rgb(153,239,185); }

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