Html Css Color HEX #99DDBD Vista Blue

📋 copy color: '#99DDBD'

red 153 ◦ green 221 ◦ blue 189

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

Shades of Vista Blue #99DDBD

Tints of Vista Blue #99DDBD

RGB

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

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

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

R = 27.18%
G = 39.25%
B = 33.57%

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

#99DDBD (or 0x99DDBD) is known color: Vista Blue. HEX triplet: 99, DD and BD. RGB value is (153,221,189). Sum of RGB (Red+Green+Blue) = 153+221+189=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDBD is #662242. Grayscale: #C5C5C5. Windows color (decimal): -6693443 or 12443033. OLE color: 12443033.

HSL color Cylindrical-coordinate representation of color #99DDBD: hue angle of 151.76º 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 #99DDBD is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 189 -
CMYK 0.31 0 0.14 0.13
HSL 151.76º 0.5% 0.73% -
HSV(B) 151.76º 0.31% 0.87% -
XYZ 48.18 62.16 57.6 -
YUV 197.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 153 221 189 0.31 0 0.14 0.13 151.76 0.5 0.73
Hex 99 DD BD 1F 0 E D 98 32 49
Octal 231 335 275 37 0 16 15 230 62 111
Binary 10011001 11011101 10111101 11111 0 1110 1101 10011000 110010 1001001

Color Harmonies of #99DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DDBD

Black with #99DDBD

Text Example


Text Example

White with #99DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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