Html Css Color HEX #88ABCC Polo Blue

📋 copy color: '#88ABCC'

red 136 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #88ABCC

Tints of Polo Blue #88ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.46%

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

R = 26.61%
G = 33.46%
B = 39.92%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#88ABCC (or 0x88ABCC) is known color: Polo Blue. HEX triplet: 88, AB and CC. RGB value is (136,171,204). Sum of RGB (Red+Green+Blue) = 136+171+204=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #88ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABCC is #775433. Grayscale: #A4A4A4. Windows color (decimal): -7820340 or 13413256. OLE color: 13413256.

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

Color convert

RGB 136 171 204 -
CMYK 0.33 0.16 0 0.2
HSL 209.12º 0.4% 0.67% -
HSV(B) 209.12º 0.33% 0.8% -
XYZ 35.62 38.72 62.72 -
YUV 164.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 136 171 204 0.33 0.16 0 0.2 209.12 0.4 0.67
Hex 88 AB CC 21 10 0 14 D1 28 43
Octal 210 253 314 41 20 0 24 321 50 103
Binary 10001000 10101011 11001100 100001 10000 0 10100 11010001 101000 1000011

Color Harmonies of #88ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABCC

Black with #88ABCC

Text Example


Text Example

White with #88ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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