Html Css Color HEX #88A2CB Polo Blue

📋 copy color: '#88A2CB'

red 136 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #88A2CB

Tints of Polo Blue #88A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

 BLUE value IS 203 (79.69% from 255) = 40.52%

R = 27.15%
G = 32.34%
B = 40.52%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88A2CB (or 0x88A2CB) is known color: Polo Blue. HEX triplet: 88, A2 and CB. RGB value is (136,162,203). Sum of RGB (Red+Green+Blue) = 136+162+203=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2CB is #775D34. Grayscale: #9E9E9E. Windows color (decimal): -7822645 or 13345416. OLE color: 13345416.

HSL color Cylindrical-coordinate representation of color #88A2CB: hue angle of 216.72º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A2CB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 162 203 -
CMYK 0.33 0.20 0 0.20
HSL 216.72º 0.39% 0.66% -
HSV(B) 216.72º 0.33% 0.8% -
XYZ 33.85 35.39 61.55 -
YUV 158.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 136 162 203 0.33 0.20 0 0.20 216.72 0.39 0.66
Hex 88 A2 CB 21 14 0 14 D9 27 42
Octal 210 242 313 41 24 0 24 331 47 102
Binary 10001000 10100010 11001011 100001 10100 0 10100 11011001 100111 1000010

Color Harmonies of #88A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A2CB

Black with #88A2CB

Text Example


Text Example

White with #88A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,162,203); }

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

background-color css

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

 a { background-color: rgb(136,162,203); }

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

border-color css

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

 span { border-color: rgb(136,162,203); }

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