#99DFB1

Color #99DFB1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #99DFB1

Tints of Vista Blue #99DFB1

Color information

#99DFB1 (or 0x99DFB1) is unknown color: approx Vista Blue. HEX triplet: 99, DF and B1. RGB value is (153,223,177). Sum of RGB (Red+Green+Blue) = 153+223+177=553 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.67% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFB1 is #66204E. Grayscale: #C4C4C4. Windows color (decimal): -6692943 or 11657113. OLE color: 11657113.

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

Color convert

RGB153223177-
CMYK0.3100.210.13
HSL140.57º52.24%73.73%-
HSV(B)140.57º31.39%87.45%-
XYZ47.4662.7251.2-
YUV196.83116.8196.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.67%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=27.67%
G=40.33%
B=32.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532231770.3100.210.13140.5752.2473.73
Hex99DFB11F015D8d344a
Octal231337261370251521564112
Binary100110011101111110110001111110101011101100011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,223,177); }

 H1.HeaderClassName
 {
   color: #99DFB1;
 }
 .AnyTagClassName
 {
   color: #99DFB1;
 }
</style>
background-color css

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

 a { background-color: rgb(153,223,177); }

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

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

 span { border-color: rgb(153,223,177); }

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