Html Css Color HEX #88AACE Polo Blue

📋 copy color: '#88AACE'

red 136 ◦ green 170 ◦ blue 206

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

Shades of Polo Blue #88AACE

Tints of Polo Blue #88AACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.2%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 26.56%
G = 33.2%
B = 40.23%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88AACE (or 0x88AACE) is known color: Polo Blue. HEX triplet: 88, AA and CE. RGB value is (136,170,206). Sum of RGB (Red+Green+Blue) = 136+170+206=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #88AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACE is #775531. Grayscale: #A3A3A3. Windows color (decimal): -7820594 or 13544072. OLE color: 13544072.

HSL color Cylindrical-coordinate representation of color #88AACE: hue angle of 210.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AACE is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 170 206 -
CMYK 0.34 0.17 0 0.19
HSL 210.86º 0.42% 0.67% -
HSV(B) 210.86º 0.34% 0.81% -
XYZ 35.67 38.44 63.93 -
YUV 163.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 136 170 206 0.34 0.17 0 0.19 210.86 0.42 0.67
Hex 88 AA CE 22 11 0 13 D3 2A 43
Octal 210 252 316 42 21 0 23 323 52 103
Binary 10001000 10101010 11001110 100010 10001 0 10011 11010011 101010 1000011

Color Harmonies of #88AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AACE

Black with #88AACE

Text Example


Text Example

White with #88AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,170,206); }

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

background-color css

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

 a { background-color: rgb(136,170,206); }

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

border-color css

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

 span { border-color: rgb(136,170,206); }

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