Html Css Color HEX #88F8B4 Vista Blue

📋 copy color: '#88F8B4'

red 136 ◦ green 248 ◦ blue 180

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

Shades of Vista Blue #88F8B4

Tints of Vista Blue #88F8B4

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.97%

 BLUE value IS 180 (70.7% from 255) = 31.91%

R = 24.11%
G = 43.97%
B = 31.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#88F8B4 (or 0x88F8B4) is known color: Vista Blue. HEX triplet: 88, F8 and B4. RGB value is (136,248,180). Sum of RGB (Red+Green+Blue) = 136+248+180=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #88F8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88F8B4 is #77074B. Grayscale: #CECECE. Windows color (decimal): -7800652 or 11860104. OLE color: 11860104.

HSL color Cylindrical-coordinate representation of color #88F8B4: hue angle of 143.57º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F8B4 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 248 180 -
CMYK 0.45 0 0.27 0.03
HSL 143.57º 0.89% 0.75% -
HSV(B) 143.57º 0.45% 0.97% -
XYZ 51.96 75.66 55.05 -
YUV 206.76 112.89 77.53 -
System Red Green Blue C M Y K H S L
Decimal 136 248 180 0.45 0 0.27 0.03 143.57 0.89 0.75
Hex 88 F8 B4 2D 0 1B 3 90 59 4B
Octal 210 370 264 55 0 33 3 220 131 113
Binary 10001000 11111000 10110100 101101 0 11011 11 10010000 1011001 1001011

Color Harmonies of #88F8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88F8B4

Black with #88F8B4

Text Example


Text Example

White with #88F8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,248,180); }

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

background-color css

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

 a { background-color: rgb(136,248,180); }

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

border-color css

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

 span { border-color: rgb(136,248,180); }

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