#88CCAD

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

Shades of Vista Blue #88CCAD

Tints of Vista Blue #88CCAD

Color information

#88CCAD (or 0x88CCAD) is unknown color: approx Vista Blue. HEX triplet: 88, CC and AD. RGB value is (136,204,173). Sum of RGB (Red+Green+Blue) = 136+204+173=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CCAD is #773352. Grayscale: #B4B4B4. Windows color (decimal): -7811923 or 11390088. OLE color: 11390088.

HSL color Cylindrical-coordinate representation of color #88CCAD: hue angle of 152.65º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCAD is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB136204173-
CMYK0.3300.150.2
HSL152.65º40%66.67%-
HSV(B)152.65º33.33%80%-
XYZ39.2951.4447.39-
YUV180.13123.9796.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.51%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=26.51%
G=39.77%
B=33.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1362041730.3300.150.2152.654066.67
Hex88CCAD210F14992843
Octal210314255410172423150103
Binary1000100011001100101011011000010111110100100110011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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