Html Css Color HEX #88AACC Polo Blue

📋 copy color: '#88AACC'

red 136 ◦ green 170 ◦ blue 204

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

Shades of Polo Blue #88AACC

Tints of Polo Blue #88AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 26.67%
G = 33.33%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#88AACC (or 0x88AACC) is known color: Polo Blue. HEX triplet: 88, AA and CC. RGB value is (136,170,204). Sum of RGB (Red+Green+Blue) = 136+170+204=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #88AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACC is #775533. Grayscale: #A3A3A3. Windows color (decimal): -7820596 or 13413000. OLE color: 13413000.

HSL color Cylindrical-coordinate representation of color #88AACC: hue angle of 210º 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 #88AACC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 170 204 -
CMYK 0.33 0.17 0 0.2
HSL 210º 0.4% 0.67% -
HSV(B) 210º 0.33% 0.8% -
XYZ 35.43 38.34 62.66 -
YUV 163.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 136 170 204 0.33 0.17 0 0.2 210 0.4 0.67
Hex 88 AA CC 21 11 0 14 D2 28 43
Octal 210 252 314 41 21 0 24 322 50 103
Binary 10001000 10101010 11001100 100001 10001 0 10100 11010010 101000 1000011

Color Harmonies of #88AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AACC

Black with #88AACC

Text Example


Text Example

White with #88AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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