Html Css Color HEX #88CDB0 Vista Blue

📋 copy color: '#88CDB0'

red 136 ◦ green 205 ◦ blue 176

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

Shades of Vista Blue #88CDB0

Tints of Vista Blue #88CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 26.31%
G = 39.65%
B = 34.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#88CDB0 (or 0x88CDB0) is known color: Vista Blue. HEX triplet: 88, CD and B0. RGB value is (136,205,176). Sum of RGB (Red+Green+Blue) = 136+205+176=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CDB0 is #77324F. Grayscale: #B5B5B5. Windows color (decimal): -7811664 or 11586952. OLE color: 11586952.

HSL color Cylindrical-coordinate representation of color #88CDB0: hue angle of 154.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CDB0 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 205 176 -
CMYK 0.34 0 0.14 0.20
HSL 154.78º 0.41% 0.67% -
HSV(B) 154.78º 0.34% 0.8% -
XYZ 39.82 52.03 49.02 -
YUV 181.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 136 205 176 0.34 0 0.14 0.20 154.78 0.41 0.67
Hex 88 CD B0 22 0 E 14 9B 29 43
Octal 210 315 260 42 0 16 24 233 51 103
Binary 10001000 11001101 10110000 100010 0 1110 10100 10011011 101001 1000011

Color Harmonies of #88CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CDB0

Black with #88CDB0

Text Example


Text Example

White with #88CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,205,176); }

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

background-color css

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

 a { background-color: rgb(136,205,176); }

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

border-color css

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

 span { border-color: rgb(136,205,176); }

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