Html Css Color HEX #88A2CA Polo Blue

📋 copy color: '#88A2CA'

red 136 ◦ green 162 ◦ blue 202

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

Shades of Polo Blue #88A2CA

Tints of Polo Blue #88A2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 27.2%
G = 32.4%
B = 40.4%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#88A2CA (or 0x88A2CA) is known color: Polo Blue. HEX triplet: 88, A2 and CA. RGB value is (136,162,202). Sum of RGB (Red+Green+Blue) = 136+162+202=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2CA is #775D35. Grayscale: #9E9E9E. Windows color (decimal): -7822646 or 13279880. OLE color: 13279880.

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

Color convert

RGB 136 162 202 -
CMYK 0.33 0.20 0 0.21
HSL 216.36º 0.38% 0.66% -
HSV(B) 216.36º 0.33% 0.79% -
XYZ 33.73 35.34 60.92 -
YUV 158.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 136 162 202 0.33 0.20 0 0.21 216.36 0.38 0.66
Hex 88 A2 CA 21 14 0 15 D8 26 42
Octal 210 242 312 41 24 0 25 330 46 102
Binary 10001000 10100010 11001010 100001 10100 0 10101 11011000 100110 1000010

Color Harmonies of #88A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A2CA

Black with #88A2CA

Text Example


Text Example

White with #88A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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