Html Css Color HEX #88A8CD Polo Blue

📋 copy color: '#88A8CD'

red 136 ◦ green 168 ◦ blue 205

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

Shades of Polo Blue #88A8CD

Tints of Polo Blue #88A8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 26.72%
G = 33.01%
B = 40.28%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88A8CD (or 0x88A8CD) is known color: Polo Blue. HEX triplet: 88, A8 and CD. RGB value is (136,168,205). Sum of RGB (Red+Green+Blue) = 136+168+205=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #88A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8CD is #775732. Grayscale: #A2A2A2. Windows color (decimal): -7821107 or 13478024. OLE color: 13478024.

HSL color Cylindrical-coordinate representation of color #88A8CD: hue angle of 212.17º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88A8CD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 168 205 -
CMYK 0.34 0.18 0 0.20
HSL 212.17º 0.41% 0.67% -
HSV(B) 212.17º 0.34% 0.8% -
XYZ 35.18 37.65 63.17 -
YUV 162.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 136 168 205 0.34 0.18 0 0.20 212.17 0.41 0.67
Hex 88 A8 CD 22 12 0 14 D4 29 43
Octal 210 250 315 42 22 0 24 324 51 103
Binary 10001000 10101000 11001101 100010 10010 0 10100 11010100 101001 1000011

Color Harmonies of #88A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8CD

Black with #88A8CD

Text Example


Text Example

White with #88A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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