Html Css Color HEX #88CCB0 Vista Blue

📋 copy color: '#88CCB0'

red 136 ◦ green 204 ◦ blue 176

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

Shades of Vista Blue #88CCB0

Tints of Vista Blue #88CCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

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

R = 26.36%
G = 39.53%
B = 34.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#88CCB0 (or 0x88CCB0) is known color: Vista Blue. HEX triplet: 88, CC and B0. RGB value is (136,204,176). Sum of RGB (Red+Green+Blue) = 136+204+176=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CCB0 is #77334F. Grayscale: #B4B4B4. Windows color (decimal): -7811920 or 11586696. OLE color: 11586696.

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

Color convert

RGB 136 204 176 -
CMYK 0.33 0 0.14 0.2
HSL 155.29º 0.4% 0.67% -
HSV(B) 155.29º 0.33% 0.8% -
XYZ 39.58 51.55 48.94 -
YUV 180.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 136 204 176 0.33 0 0.14 0.2 155.29 0.4 0.67
Hex 88 CC B0 21 0 E 14 9B 28 43
Octal 210 314 260 41 0 16 24 233 50 103
Binary 10001000 11001100 10110000 100001 0 1110 10100 10011011 101000 1000011

Color Harmonies of #88CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CCB0

Black with #88CCB0

Text Example


Text Example

White with #88CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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