Html Css Color HEX #88ACD0 Polo Blue

📋 copy color: '#88ACD0'

red 136 ◦ green 172 ◦ blue 208

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

Shades of Polo Blue #88ACD0

Tints of Polo Blue #88ACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.33%

 BLUE value IS 208 (81.64% from 255) = 40.31%

R = 26.36%
G = 33.33%
B = 40.31%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#88ACD0 (or 0x88ACD0) is known color: Polo Blue. HEX triplet: 88, AC and D0. RGB value is (136,172,208). Sum of RGB (Red+Green+Blue) = 136+172+208=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #88ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACD0 is #77532F. Grayscale: #A5A5A5. Windows color (decimal): -7820080 or 13675656. OLE color: 13675656.

HSL color Cylindrical-coordinate representation of color #88ACD0: hue angle of 210º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88ACD0 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 172 208 -
CMYK 0.35 0.17 0 0.18
HSL 210º 0.43% 0.67% -
HSV(B) 210º 0.35% 0.82% -
XYZ 36.29 39.29 65.35 -
YUV 165.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 136 172 208 0.35 0.17 0 0.18 210 0.43 0.67
Hex 88 AC D0 23 11 0 12 D2 2B 43
Octal 210 254 320 43 21 0 22 322 53 103
Binary 10001000 10101100 11010000 100011 10001 0 10010 11010010 101011 1000011

Color Harmonies of #88ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACD0

Black with #88ACD0

Text Example


Text Example

White with #88ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,172,208); }

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

background-color css

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

 a { background-color: rgb(136,172,208); }

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

border-color css

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

 span { border-color: rgb(136,172,208); }

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