Html Css Color HEX #88ABCB Polo Blue

📋 copy color: '#88ABCB'

red 136 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #88ABCB

Tints of Polo Blue #88ABCB

RGB

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

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

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

R = 26.67%
G = 33.53%
B = 39.8%

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

#88ABCB (or 0x88ABCB) is known color: Polo Blue. HEX triplet: 88, AB and CB. RGB value is (136,171,203). Sum of RGB (Red+Green+Blue) = 136+171+203=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #88ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABCB is #775434. Grayscale: #A4A4A4. Windows color (decimal): -7820341 or 13347720. OLE color: 13347720.

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

Color convert

RGB 136 171 203 -
CMYK 0.33 0.16 0 0.20
HSL 208.66º 0.39% 0.66% -
HSV(B) 208.66º 0.33% 0.8% -
XYZ 35.5 38.67 62.09 -
YUV 164.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 136 171 203 0.33 0.16 0 0.20 208.66 0.39 0.66
Hex 88 AB CB 21 10 0 14 D1 27 42
Octal 210 253 313 41 20 0 24 321 47 102
Binary 10001000 10101011 11001011 100001 10000 0 10100 11010001 100111 1000010

Color Harmonies of #88ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABCB

Black with #88ABCB

Text Example


Text Example

White with #88ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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