Html Css Color HEX #88ACC6 Polo Blue

📋 copy color: '#88ACC6'

red 136 ◦ green 172 ◦ blue 198

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

Shades of Polo Blue #88ACC6

Tints of Polo Blue #88ACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 26.88%
G = 33.99%
B = 39.13%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#88ACC6 (or 0x88ACC6) is known color: Polo Blue. HEX triplet: 88, AC and C6. RGB value is (136,172,198). Sum of RGB (Red+Green+Blue) = 136+172+198=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #88ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACC6 is #775339. Grayscale: #A4A4A4. Windows color (decimal): -7820090 or 13020296. OLE color: 13020296.

HSL color Cylindrical-coordinate representation of color #88ACC6: hue angle of 205.16º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88ACC6 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 172 198 -
CMYK 0.31 0.13 0 0.22
HSL 205.16º 0.35% 0.65% -
HSV(B) 205.16º 0.31% 0.78% -
XYZ 35.1 38.82 59.07 -
YUV 164.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 136 172 198 0.31 0.13 0 0.22 205.16 0.35 0.65
Hex 88 AC C6 1F D 0 16 CD 23 41
Octal 210 254 306 37 15 0 26 315 43 101
Binary 10001000 10101100 11000110 11111 1101 0 10110 11001101 100011 1000001

Color Harmonies of #88ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACC6

Black with #88ACC6

Text Example


Text Example

White with #88ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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