Html Css Color HEX #88DEAF Vista Blue

📋 copy color: '#88DEAF'

red 136 ◦ green 222 ◦ blue 175

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

Shades of Vista Blue #88DEAF

Tints of Vista Blue #88DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.65%

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

R = 25.52%
G = 41.65%
B = 32.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#88DEAF (or 0x88DEAF) is known color: Vista Blue. HEX triplet: 88, DE and AF. RGB value is (136,222,175). Sum of RGB (Red+Green+Blue) = 136+222+175=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #88DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DEAF is #772150. Grayscale: #BFBFBF. Windows color (decimal): -7807313 or 11525768. OLE color: 11525768.

HSL color Cylindrical-coordinate representation of color #88DEAF: hue angle of 147.21º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DEAF is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 222 175 -
CMYK 0.39 0 0.21 0.13
HSL 147.21º 0.57% 0.7% -
HSV(B) 147.21º 0.39% 0.87% -
XYZ 44.01 60.57 49.93 -
YUV 190.93 119.01 88.82 -
System Red Green Blue C M Y K H S L
Decimal 136 222 175 0.39 0 0.21 0.13 147.21 0.57 0.7
Hex 88 DE AF 27 0 15 D 93 39 46
Octal 210 336 257 47 0 25 15 223 71 106
Binary 10001000 11011110 10101111 100111 0 10101 1101 10010011 111001 1000110

Color Harmonies of #88DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DEAF

Black with #88DEAF

Text Example


Text Example

White with #88DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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