Html Css Color HEX #88ABCD Polo Blue

📋 copy color: '#88ABCD'

red 136 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #88ABCD

Tints of Polo Blue #88ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 26.56%
G = 33.4%
B = 40.04%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88ABCD (or 0x88ABCD) is known color: Polo Blue. HEX triplet: 88, AB and CD. RGB value is (136,171,205). Sum of RGB (Red+Green+Blue) = 136+171+205=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #88ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABCD is #775432. Grayscale: #A4A4A4. Windows color (decimal): -7820339 or 13478792. OLE color: 13478792.

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

Color convert

RGB 136 171 205 -
CMYK 0.34 0.17 0 0.20
HSL 209.57º 0.41% 0.67% -
HSV(B) 209.57º 0.34% 0.8% -
XYZ 35.74 38.77 63.36 -
YUV 164.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 136 171 205 0.34 0.17 0 0.20 209.57 0.41 0.67
Hex 88 AB CD 22 11 0 14 D2 29 43
Octal 210 253 315 42 21 0 24 322 51 103
Binary 10001000 10101011 11001101 100010 10001 0 10100 11010010 101001 1000011

Color Harmonies of #88ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABCD

Black with #88ABCD

Text Example


Text Example

White with #88ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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