Html Css Color HEX #88ACC9 Polo Blue

📋 copy color: '#88ACC9'

red 136 ◦ green 172 ◦ blue 201

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

Shades of Polo Blue #88ACC9

Tints of Polo Blue #88ACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 26.72%
G = 33.79%
B = 39.49%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#88ACC9 (or 0x88ACC9) is known color: Polo Blue. HEX triplet: 88, AC and C9. RGB value is (136,172,201). Sum of RGB (Red+Green+Blue) = 136+172+201=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #88ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACC9 is #775336. Grayscale: #A4A4A4. Windows color (decimal): -7820087 or 13216904. OLE color: 13216904.

HSL color Cylindrical-coordinate representation of color #88ACC9: hue angle of 206.77º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88ACC9 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 172 201 -
CMYK 0.32 0.14 0 0.21
HSL 206.77º 0.38% 0.66% -
HSV(B) 206.77º 0.32% 0.79% -
XYZ 35.45 38.96 60.91 -
YUV 164.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 136 172 201 0.32 0.14 0 0.21 206.77 0.38 0.66
Hex 88 AC C9 20 E 0 15 CF 26 42
Octal 210 254 311 40 16 0 25 317 46 102
Binary 10001000 10101100 11001001 100000 1110 0 10101 11001111 100110 1000010

Color Harmonies of #88ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACC9

Black with #88ACC9

Text Example


Text Example

White with #88ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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