Html Css Color HEX #88F1BA Vista Blue

📋 copy color: '#88F1BA'

red 136 ◦ green 241 ◦ blue 186

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

Shades of Vista Blue #88F1BA

Tints of Vista Blue #88F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.81%

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 24.16%
G = 42.81%
B = 33.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#88F1BA (or 0x88F1BA) is known color: Vista Blue. HEX triplet: 88, F1 and BA. RGB value is (136,241,186). Sum of RGB (Red+Green+Blue) = 136+241+186=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #88F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F1BA is #770E45. Grayscale: #CBCBCB. Windows color (decimal): -7802438 or 12251528. OLE color: 12251528.

HSL color Cylindrical-coordinate representation of color #88F1BA: hue angle of 148.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F1BA is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 241 186 -
CMYK 0.44 0 0.23 0.05
HSL 148.57º 0.79% 0.74% -
HSV(B) 148.57º 0.44% 0.95% -
XYZ 50.47 71.69 57.63 -
YUV 203.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 136 241 186 0.44 0 0.23 0.05 148.57 0.79 0.74
Hex 88 F1 BA 2C 0 17 5 95 4F 4A
Octal 210 361 272 54 0 27 5 225 117 112
Binary 10001000 11110001 10111010 101100 0 10111 101 10010101 1001111 1001010

Color Harmonies of #88F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F1BA

Black with #88F1BA

Text Example


Text Example

White with #88F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,241,186); }

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

background-color css

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

 a { background-color: rgb(136,241,186); }

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

border-color css

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

 span { border-color: rgb(136,241,186); }

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