#88DFAF

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

Shades of Vista Blue #88DFAF

Tints of Vista Blue #88DFAF

Color information

#88DFAF (or 0x88DFAF) is unknown color: approx Vista Blue. HEX triplet: 88, DF and AF. RGB value is (136,223,175). Sum of RGB (Red+Green+Blue) = 136+223+175=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DFAF is #772050. Grayscale: #BFBFBF. Windows color (decimal): -7807057 or 11526024. OLE color: 11526024.

HSL color Cylindrical-coordinate representation of color #88DFAF: hue angle of 146.9º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DFAF is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB136223175-
CMYK0.3900.220.13
HSL146.9º57.62%70.39%-
HSV(B)146.9º39.01%87.45%-
XYZ44.2861.150.02-
YUV191.52118.6888.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.47%
GREEN value IS 223 (87.5% from 255) = 41.76%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=25.47%
G=41.76%
B=32.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362231750.3900.220.13146.957.6270.39
Hex88DFAF27016D933a46
Octal210337257470261522372106
Binary1000100011011111101011111001110101101101100100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88DFAF; }

 p { color: rgb(136,223,175); }

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

<style>
 a { background-color: #88DFAF; }

 a { background-color: rgb(136,223,175); }

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

<style>
 span { border-color: #88DFAF; }

 span { border-color: rgb(136,223,175); }

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