#99CEAF

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

Shades of Vista Blue #99CEAF

Tints of Vista Blue #99CEAF

Color information

#99CEAF (or 0x99CEAF) is unknown color: approx Vista Blue. HEX triplet: 99, CE and AF. RGB value is (153,206,175). Sum of RGB (Red+Green+Blue) = 153+206+175=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEAF is #663150. Grayscale: #BABABA. Windows color (decimal): -6697297 or 11521689. OLE color: 11521689.

HSL color Cylindrical-coordinate representation of color #99CEAF: hue angle of 144.91º 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 #99CEAF is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB153206175-
CMYK0.2600.150.19
HSL144.91º35.1%70.39%-
HSV(B)144.91º25.73%80.78%-
XYZ42.9554.0148.72-
YUV186.62121.44104.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.65%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=28.65%
G=38.58%
B=32.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532061750.2600.150.19144.9135.170.39
Hex99CEAF1A0F13912346
Octal231316257320172322143106
Binary100110011100111010101111110100111110011100100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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