Html Css Color HEX #99DDBE Vista Blue

📋 copy color: '#99DDBE'

red 153 ◦ green 221 ◦ blue 190

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

Shades of Vista Blue #99DDBE

Tints of Vista Blue #99DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.18%

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 27.13%
G = 39.18%
B = 33.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#99DDBE (or 0x99DDBE) is known color: Vista Blue. HEX triplet: 99, DD and BE. RGB value is (153,221,190). Sum of RGB (Red+Green+Blue) = 153+221+190=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDBE is #662241. Grayscale: #C5C5C5. Windows color (decimal): -6693442 or 12508569. OLE color: 12508569.

HSL color Cylindrical-coordinate representation of color #99DDBE: hue angle of 152.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDBE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 190 -
CMYK 0.31 0 0.14 0.13
HSL 152.65º 0.5% 0.73% -
HSV(B) 152.65º 0.31% 0.87% -
XYZ 48.29 62.2 58.18 -
YUV 197.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 153 221 190 0.31 0 0.14 0.13 152.65 0.5 0.73
Hex 99 DD BE 1F 0 E D 99 32 49
Octal 231 335 276 37 0 16 15 231 62 111
Binary 10011001 11011101 10111110 11111 0 1110 1101 10011001 110010 1001001

Color Harmonies of #99DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDBE

Black with #99DDBE

Text Example


Text Example

White with #99DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,190); }

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

background-color css

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

 a { background-color: rgb(153,221,190); }

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

border-color css

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

 span { border-color: rgb(153,221,190); }

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