Html Css Color HEX #88CFAB Vista Blue

📋 copy color: '#88CFAB'

red 136 ◦ green 207 ◦ blue 171

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

Shades of Vista Blue #88CFAB

Tints of Vista Blue #88CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 26.46%
G = 40.27%
B = 33.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#88CFAB (or 0x88CFAB) is known color: Vista Blue. HEX triplet: 88, CF and AB. RGB value is (136,207,171). Sum of RGB (Red+Green+Blue) = 136+207+171=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CFAB is #773054. Grayscale: #B5B5B5. Windows color (decimal): -7811157 or 11259784. OLE color: 11259784.

HSL color Cylindrical-coordinate representation of color #88CFAB: hue angle of 149.58º 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 #88CFAB is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 207 171 -
CMYK 0.34 0 0.17 0.19
HSL 149.58º 0.43% 0.67% -
HSV(B) 149.58º 0.34% 0.81% -
XYZ 39.82 52.8 46.62 -
YUV 181.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 136 207 171 0.34 0 0.17 0.19 149.58 0.43 0.67
Hex 88 CF AB 22 0 11 13 96 2B 43
Octal 210 317 253 42 0 21 23 226 53 103
Binary 10001000 11001111 10101011 100010 0 10001 10011 10010110 101011 1000011

Color Harmonies of #88CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CFAB

Black with #88CFAB

Text Example


Text Example

White with #88CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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