#99D4AE

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

Shades of Vista Blue #99D4AE

Tints of Vista Blue #99D4AE

Color information

#99D4AE (or 0x99D4AE) is unknown color: approx Vista Blue. HEX triplet: 99, D4 and AE. RGB value is (153,212,174). Sum of RGB (Red+Green+Blue) = 153+212+174=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D4AE is #662B51. Grayscale: #BEBEBE. Windows color (decimal): -6695762 or 11457689. OLE color: 11457689.

HSL color Cylindrical-coordinate representation of color #99D4AE: hue angle of 141.36º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4AE is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB153212174-
CMYK0.2800.180.17
HSL141.36º40.69%71.57%-
HSV(B)141.36º27.83%83.14%-
XYZ44.3256.9248.69-
YUV190.03118.95101.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.39%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=28.39%
G=39.33%
B=32.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121740.2800.180.17141.3640.6971.57
Hex99D4AE1C012118d2948
Octal231324256340222121551110
Binary1001100111010100101011101110001001010001100011011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,212,174); }

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

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

 a { background-color: rgb(153,212,174); }

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

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

 span { border-color: rgb(153,212,174); }

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