#99DFBA

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

Shades of Vista Blue #99DFBA

Tints of Vista Blue #99DFBA

Color information

#99DFBA (or 0x99DFBA) is unknown color: approx Vista Blue. HEX triplet: 99, DF and BA. RGB value is (153,223,186). Sum of RGB (Red+Green+Blue) = 153+223+186=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFBA is #662045. Grayscale: #C5C5C5. Windows color (decimal): -6692934 or 12246937. OLE color: 12246937.

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

Color convert

RGB153223186-
CMYK0.3100.170.13
HSL148.29º52.24%73.73%-
HSV(B)148.29º31.39%87.45%-
XYZ48.3963.0956.08-
YUV197.85121.3196.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.22%
GREEN value IS 223 (87.5% from 255) = 39.68%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=27.22%
G=39.68%
B=33.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532231860.3100.170.13148.2952.2473.73
Hex99DFBA1F011D94344a
Octal231337272370211522464112
Binary100110011101111110111010111110100011101100101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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