#88CBAF

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

Shades of Vista Blue #88CBAF

Tints of Vista Blue #88CBAF

Color information

#88CBAF (or 0x88CBAF) is unknown color: approx Vista Blue. HEX triplet: 88, CB and AF. RGB value is (136,203,175). Sum of RGB (Red+Green+Blue) = 136+203+175=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #88CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CBAF is #773450. Grayscale: #B3B3B3. Windows color (decimal): -7812177 or 11520904. OLE color: 11520904.

HSL color Cylindrical-coordinate representation of color #88CBAF: hue angle of 154.93º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CBAF is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB136203175-
CMYK0.3300.140.20
HSL154.93º39.18%66.47%-
HSV(B)154.93º33%79.61%-
XYZ39.2551.0448.34-
YUV179.77125.396.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.46%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=26.46%
G=39.49%
B=34.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362031750.3300.140.20154.9339.1866.47
Hex88CBAF210E149b2742
Octal210313257410162423347102
Binary1000100011001011101011111000010111010100100110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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