#88EFAF

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

Shades of Vista Blue #88EFAF

Tints of Vista Blue #88EFAF

Color information

#88EFAF (or 0x88EFAF) is unknown color: approx Vista Blue. HEX triplet: 88, EF and AF. RGB value is (136,239,175). Sum of RGB (Red+Green+Blue) = 136+239+175=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #88EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88EFAF is #771050. Grayscale: #C9C9C9. Windows color (decimal): -7802961 or 11530120. OLE color: 11530120.

HSL color Cylindrical-coordinate representation of color #88EFAF: hue angle of 142.72º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EFAF is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB136239175-
CMYK0.4300.270.06
HSL142.72º76.3%73.53%-
HSV(B)142.72º43.1%93.73%-
XYZ48.7670.0651.51-
YUV200.91113.3881.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.73%
GREEN value IS 239 (93.75% from 255) = 43.45%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=24.73%
G=43.45%
B=31.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362391750.4300.270.06142.7276.373.53
Hex88EFAF2B01B68f4c4a
Octal210357257530336217114112
Binary1000100011101111101011111010110110111101000111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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