Html Css Color HEX #88D8AF Vista Blue

📋 copy color: '#88D8AF'

red 136 ◦ green 216 ◦ blue 175

#88D8AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #88D8AF

Tints of Vista Blue #88D8AF

RGB

 RED value IS 136 (53.52% from 255) = 25.81%

 GREEN value IS 216 (84.77% from 255) = 40.99%

 BLUE value IS 175 (68.75% from 255) = 33.21%

R = 25.81%
G = 40.99%
B = 33.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#88D8AF (or 0x88D8AF) is known color: Vista Blue. HEX triplet: 88, D8 and AF. RGB value is (136,216,175). Sum of RGB (Red+Green+Blue) = 136+216+175=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #88D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D8AF is #772750. Grayscale: #BBBBBB. Windows color (decimal): -7808849 or 11524232. OLE color: 11524232.

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

Color convert

RGB 136 216 175 -
CMYK 0.37 0 0.19 0.15
HSL 149.25º 0.51% 0.69% -
HSV(B) 149.25º 0.37% 0.85% -
XYZ 42.45 57.44 49.41 -
YUV 187.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 136 216 175 0.37 0 0.19 0.15 149.25 0.51 0.69
Hex 88 D8 AF 25 0 13 F 95 33 45
Octal 210 330 257 45 0 23 17 225 63 105
Binary 10001000 11011000 10101111 100101 0 10011 1111 10010101 110011 1000101

Color Harmonies of #88D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D8AF

Black with #88D8AF

Text Example


Text Example

White with #88D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88D8AF;
 }
 .AnyTagClassName
 {
   color: #88D8AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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