Html Css Color HEX #88A6DC Polo Blue

📋 copy color: '#88A6DC'

red 136 ◦ green 166 ◦ blue 220

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

Shades of Polo Blue #88A6DC

Tints of Polo Blue #88A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.8%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 26.05%
G = 31.8%
B = 42.15%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88A6DC (or 0x88A6DC) is known color: Polo Blue. HEX triplet: 88, A6 and DC. RGB value is (136,166,220). Sum of RGB (Red+Green+Blue) = 136+166+220=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #88A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6DC is #775923. Grayscale: #A2A2A2. Windows color (decimal): -7821604 or 14460552. OLE color: 14460552.

HSL color Cylindrical-coordinate representation of color #88A6DC: hue angle of 218.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88A6DC is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 166 220 -
CMYK 0.38 0.25 0 0.14
HSL 218.57º 0.55% 0.7% -
HSV(B) 218.57º 0.38% 0.86% -
XYZ 36.71 37.67 73.05 -
YUV 163.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 136 166 220 0.38 0.25 0 0.14 218.57 0.55 0.7
Hex 88 A6 DC 26 19 0 E DB 37 46
Octal 210 246 334 46 31 0 16 333 67 106
Binary 10001000 10100110 11011100 100110 11001 0 1110 11011011 110111 1000110

Color Harmonies of #88A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A6DC

Black with #88A6DC

Text Example


Text Example

White with #88A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,166,220); }

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

background-color css

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

 a { background-color: rgb(136,166,220); }

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

border-color css

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

 span { border-color: rgb(136,166,220); }

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