Html Css Color HEX #88AACB Polo Blue

📋 copy color: '#88AACB'

red 136 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #88AACB

Tints of Polo Blue #88AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 26.72%
G = 33.4%
B = 39.88%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88AACB (or 0x88AACB) is known color: Polo Blue. HEX triplet: 88, AA and CB. RGB value is (136,170,203). Sum of RGB (Red+Green+Blue) = 136+170+203=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #88AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACB is #775534. Grayscale: #A3A3A3. Windows color (decimal): -7820597 or 13347464. OLE color: 13347464.

HSL color Cylindrical-coordinate representation of color #88AACB: hue angle of 209.55º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88AACB is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 170 203 -
CMYK 0.33 0.16 0 0.20
HSL 209.55º 0.39% 0.66% -
HSV(B) 209.55º 0.33% 0.8% -
XYZ 35.31 38.3 62.03 -
YUV 163.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 136 170 203 0.33 0.16 0 0.20 209.55 0.39 0.66
Hex 88 AA CB 21 10 0 14 D2 27 42
Octal 210 252 313 41 20 0 24 322 47 102
Binary 10001000 10101010 11001011 100001 10000 0 10100 11010010 100111 1000010

Color Harmonies of #88AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AACB

Black with #88AACB

Text Example


Text Example

White with #88AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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