Html Css Color HEX #88DCB4 Vista Blue

📋 copy color: '#88DCB4'

red 136 ◦ green 220 ◦ blue 180

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

Shades of Vista Blue #88DCB4

Tints of Vista Blue #88DCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 25.37%
G = 41.04%
B = 33.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#88DCB4 (or 0x88DCB4) is known color: Vista Blue. HEX triplet: 88, DC and B4. RGB value is (136,220,180). Sum of RGB (Red+Green+Blue) = 136+220+180=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCB4 is #77234B. Grayscale: #BEBEBE. Windows color (decimal): -7807820 or 11852936. OLE color: 11852936.

HSL color Cylindrical-coordinate representation of color #88DCB4: hue angle of 151.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCB4 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 180 -
CMYK 0.38 0 0.18 0.14
HSL 151.43º 0.55% 0.7% -
HSV(B) 151.43º 0.38% 0.86% -
XYZ 43.98 59.72 52.39 -
YUV 190.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 136 220 180 0.38 0 0.18 0.14 151.43 0.55 0.7
Hex 88 DC B4 26 0 12 E 97 37 46
Octal 210 334 264 46 0 22 16 227 67 106
Binary 10001000 11011100 10110100 100110 0 10010 1110 10010111 110111 1000110

Color Harmonies of #88DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DCB4

Black with #88DCB4

Text Example


Text Example

White with #88DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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