Html Css Color HEX #88CFAA Vista Blue

📋 copy color: '#88CFAA'

red 136 ◦ green 207 ◦ blue 170

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

Shades of Vista Blue #88CFAA

Tints of Vista Blue #88CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 26.51%
G = 40.35%
B = 33.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#88CFAA (or 0x88CFAA) is known color: Vista Blue. HEX triplet: 88, CF and AA. RGB value is (136,207,170). Sum of RGB (Red+Green+Blue) = 136+207+170=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CFAA is #773055. Grayscale: #B5B5B5. Windows color (decimal): -7811158 or 11194248. OLE color: 11194248.

HSL color Cylindrical-coordinate representation of color #88CFAA: hue angle of 148.73º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CFAA is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 207 170 -
CMYK 0.34 0 0.18 0.19
HSL 148.73º 0.43% 0.67% -
HSV(B) 148.73º 0.34% 0.81% -
XYZ 39.72 52.76 46.12 -
YUV 181.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 136 207 170 0.34 0 0.18 0.19 148.73 0.43 0.67
Hex 88 CF AA 22 0 12 13 95 2B 43
Octal 210 317 252 42 0 22 23 225 53 103
Binary 10001000 11001111 10101010 100010 0 10010 10011 10010101 101011 1000011

Color Harmonies of #88CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CFAA

Black with #88CFAA

Text Example


Text Example

White with #88CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,207,170); }

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

background-color css

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

 a { background-color: rgb(136,207,170); }

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

border-color css

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

 span { border-color: rgb(136,207,170); }

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