#88DAAD

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

Shades of Vista Blue #88DAAD

Tints of Vista Blue #88DAAD

Color information

#88DAAD (or 0x88DAAD) is unknown color: approx Vista Blue. HEX triplet: 88, DA and AD. RGB value is (136,218,173). Sum of RGB (Red+Green+Blue) = 136+218+173=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #88DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DAAD is #772552. Grayscale: #BCBCBC. Windows color (decimal): -7808339 or 11393672. OLE color: 11393672.

HSL color Cylindrical-coordinate representation of color #88DAAD: hue angle of 147.07º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DAAD is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB136218173-
CMYK0.3800.210.15
HSL147.07º52.56%69.41%-
HSV(B)147.07º37.61%85.49%-
XYZ42.7758.3948.55-
YUV188.35119.3390.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.81%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=25.81%
G=41.37%
B=32.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362181730.3800.210.15147.0752.5669.41
Hex88DAAD26015F933545
Octal210332255460251722365105
Binary1000100011011010101011011001100101011111100100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,173); }

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

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

 a { background-color: rgb(136,218,173); }

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

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

 span { border-color: rgb(136,218,173); }

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