Html Css Color HEX #99DEB0 Vista Blue

📋 copy color: '#99DEB0'

red 153 ◦ green 222 ◦ blue 176

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

Shades of Vista Blue #99DEB0

Tints of Vista Blue #99DEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 27.77%
G = 40.29%
B = 31.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#99DEB0 (or 0x99DEB0) is known color: Vista Blue. HEX triplet: 99, DE and B0. RGB value is (153,222,176). Sum of RGB (Red+Green+Blue) = 153+222+176=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DEB0 is #66214F. Grayscale: #C4C4C4. Windows color (decimal): -6693200 or 11591321. OLE color: 11591321.

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

Color convert

RGB 153 222 176 -
CMYK 0.31 0 0.21 0.13
HSL 140º 0.51% 0.74% -
HSV(B) 140º 0.31% 0.87% -
XYZ 47.09 62.15 50.59 -
YUV 196.13 116.64 97.24 -
System Red Green Blue C M Y K H S L
Decimal 153 222 176 0.31 0 0.21 0.13 140 0.51 0.74
Hex 99 DE B0 1F 0 15 D 8C 33 4A
Octal 231 336 260 37 0 25 15 214 63 112
Binary 10011001 11011110 10110000 11111 0 10101 1101 10001100 110011 1001010

Color Harmonies of #99DEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DEB0

Black with #99DEB0

Text Example


Text Example

White with #99DEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,222,176); }

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

background-color css

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

 a { background-color: rgb(153,222,176); }

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

border-color css

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

 span { border-color: rgb(153,222,176); }

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