Html Css Color HEX #88A8CA Polo Blue

📋 copy color: '#88A8CA'

red 136 ◦ green 168 ◦ blue 202

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

Shades of Polo Blue #88A8CA

Tints of Polo Blue #88A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

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

R = 26.88%
G = 33.2%
B = 39.92%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#88A8CA (or 0x88A8CA) is known color: Polo Blue. HEX triplet: 88, A8 and CA. RGB value is (136,168,202). Sum of RGB (Red+Green+Blue) = 136+168+202=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8CA is #775735. Grayscale: #A2A2A2. Windows color (decimal): -7821110 or 13281416. OLE color: 13281416.

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

Color convert

RGB 136 168 202 -
CMYK 0.33 0.17 0 0.21
HSL 210.91º 0.38% 0.66% -
HSV(B) 210.91º 0.33% 0.79% -
XYZ 34.82 37.5 61.28 -
YUV 162.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 136 168 202 0.33 0.17 0 0.21 210.91 0.38 0.66
Hex 88 A8 CA 21 11 0 15 D3 26 42
Octal 210 250 312 41 21 0 25 323 46 102
Binary 10001000 10101000 11001010 100001 10001 0 10101 11010011 100110 1000010

Color Harmonies of #88A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8CA

Black with #88A8CA

Text Example


Text Example

White with #88A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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