#88DBAF

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

Shades of Vista Blue #88DBAF

Tints of Vista Blue #88DBAF

Color information

#88DBAF (or 0x88DBAF) is unknown color: approx Vista Blue. HEX triplet: 88, DB and AF. RGB value is (136,219,175). Sum of RGB (Red+Green+Blue) = 136+219+175=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DBAF is #772450. Grayscale: #BDBDBD. Windows color (decimal): -7808081 or 11525000. OLE color: 11525000.

HSL color Cylindrical-coordinate representation of color #88DBAF: hue angle of 148.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBAF is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB136219175-
CMYK0.3800.200.14
HSL148.19º53.55%69.61%-
HSV(B)148.19º37.9%85.88%-
XYZ43.2258.9949.67-
YUV189.1712090.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=25.66%
G=41.32%
B=33.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362191750.3800.200.14148.1953.5569.61
Hex88DBAF26014E943646
Octal210333257460241622466106
Binary1000100011011011101011111001100101001110100101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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