Html Css Color HEX #88A2C0 Polo Blue

📋 copy color: '#88A2C0'

red 136 ◦ green 162 ◦ blue 192

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

Shades of Polo Blue #88A2C0

Tints of Polo Blue #88A2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 27.76%
G = 33.06%
B = 39.18%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88A2C0 (or 0x88A2C0) is known color: Polo Blue. HEX triplet: 88, A2 and C0. RGB value is (136,162,192). Sum of RGB (Red+Green+Blue) = 136+162+192=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #88A2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2C0 is #775D3F. Grayscale: #9D9D9D. Windows color (decimal): -7822656 or 12624520. OLE color: 12624520.

HSL color Cylindrical-coordinate representation of color #88A2C0: hue angle of 212.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88A2C0 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 162 192 -
CMYK 0.29 0.16 0 0.25
HSL 212.14º 0.31% 0.64% -
HSV(B) 212.14º 0.29% 0.75% -
XYZ 32.59 34.88 54.88 -
YUV 157.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 136 162 192 0.29 0.16 0 0.25 212.14 0.31 0.64
Hex 88 A2 C0 1D 10 0 19 D4 1F 40
Octal 210 242 300 35 20 0 31 324 37 100
Binary 10001000 10100010 11000000 11101 10000 0 11001 11010100 11111 1000000

Color Harmonies of #88A2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A2C0

Black with #88A2C0

Text Example


Text Example

White with #88A2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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