Html Css Color HEX #99EBBD Vista Blue

📋 copy color: '#99EBBD'

red 153 ◦ green 235 ◦ blue 189

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

Shades of Vista Blue #99EBBD

Tints of Vista Blue #99EBBD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.73%

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

R = 26.52%
G = 40.73%
B = 32.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#99EBBD (or 0x99EBBD) is known color: Vista Blue. HEX triplet: 99, EB and BD. RGB value is (153,235,189). Sum of RGB (Red+Green+Blue) = 153+235+189=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBBD is #661442. Grayscale: #CDCDCD. Windows color (decimal): -6689859 or 12446617. OLE color: 12446617.

HSL color Cylindrical-coordinate representation of color #99EBBD: hue angle of 146.34º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBBD is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 235 189 -
CMYK 0.35 0 0.20 0.08
HSL 146.34º 0.67% 0.76% -
HSV(B) 146.34º 0.35% 0.92% -
XYZ 52.03 69.86 58.89 -
YUV 205.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 153 235 189 0.35 0 0.20 0.08 146.34 0.67 0.76
Hex 99 EB BD 23 0 14 8 92 43 4C
Octal 231 353 275 43 0 24 10 222 103 114
Binary 10011001 11101011 10111101 100011 0 10100 1000 10010010 1000011 1001100

Color Harmonies of #99EBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EBBD

Black with #99EBBD

Text Example


Text Example

White with #99EBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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