#88D5AF

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

Shades of Vista Blue #88D5AF

Tints of Vista Blue #88D5AF

Color information

#88D5AF (or 0x88D5AF) is unknown color: approx Vista Blue. HEX triplet: 88, D5 and AF. RGB value is (136,213,175). Sum of RGB (Red+Green+Blue) = 136+213+175=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #88D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D5AF is #772A50. Grayscale: #B9B9B9. Windows color (decimal): -7809617 or 11523464. OLE color: 11523464.

HSL color Cylindrical-coordinate representation of color #88D5AF: hue angle of 150.39º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D5AF is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB136213175-
CMYK0.3600.180.16
HSL150.39º47.83%68.43%-
HSV(B)150.39º36.15%83.53%-
XYZ41.6955.9249.15-
YUV185.64121.9992.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.95%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=25.95%
G=40.65%
B=33.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1362131750.3600.180.16150.3947.8368.43
Hex88D5AF2401210963044
Octal210325257440222022660104
Binary10001000110101011010111110010001001010000100101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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