Html Css Color HEX #88A6CA Polo Blue

📋 copy color: '#88A6CA'

red 136 ◦ green 166 ◦ blue 202

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

Shades of Polo Blue #88A6CA

Tints of Polo Blue #88A6CA

RGB

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

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

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

R = 26.98%
G = 32.94%
B = 40.08%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#88A6CA (or 0x88A6CA) is known color: Polo Blue. HEX triplet: 88, A6 and CA. RGB value is (136,166,202). Sum of RGB (Red+Green+Blue) = 136+166+202=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6CA is #775935. Grayscale: #A0A0A0. Windows color (decimal): -7821622 or 13280904. OLE color: 13280904.

HSL color Cylindrical-coordinate representation of color #88A6CA: hue angle of 212.73º 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 #88A6CA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 166 202 -
CMYK 0.33 0.18 0 0.21
HSL 212.73º 0.38% 0.66% -
HSV(B) 212.73º 0.33% 0.79% -
XYZ 34.45 36.77 61.16 -
YUV 161.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 136 166 202 0.33 0.18 0 0.21 212.73 0.38 0.66
Hex 88 A6 CA 21 12 0 15 D5 26 42
Octal 210 246 312 41 22 0 25 325 46 102
Binary 10001000 10100110 11001010 100001 10010 0 10101 11010101 100110 1000010

Color Harmonies of #88A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A6CA

Black with #88A6CA

Text Example


Text Example

White with #88A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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