#99CEAD

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

Shades of Vista Blue #99CEAD

Tints of Vista Blue #99CEAD

Color information

#99CEAD (or 0x99CEAD) is unknown color: approx Vista Blue. HEX triplet: 99, CE and AD. RGB value is (153,206,173). Sum of RGB (Red+Green+Blue) = 153+206+173=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEAD is #663152. Grayscale: #BABABA. Windows color (decimal): -6697299 or 11390617. OLE color: 11390617.

HSL color Cylindrical-coordinate representation of color #99CEAD: hue angle of 142.64º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEAD is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB153206173-
CMYK0.2600.160.19
HSL142.64º35.1%70.39%-
HSV(B)142.64º25.73%80.78%-
XYZ42.7553.9347.69-
YUV186.39120.44104.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 206 (80.86% from 255) = 38.72%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=28.76%
G=38.72%
B=32.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061730.2600.160.19142.6435.170.39
Hex99CEAD1A010138f2346
Octal231316255320202321743106
Binary1001100111001110101011011101001000010011100011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,206,173); }

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

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

 a { background-color: rgb(153,206,173); }

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

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

 span { border-color: rgb(153,206,173); }

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