Html Css Color HEX #88AACD Polo Blue

📋 copy color: '#88AACD'

red 136 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #88AACD

Tints of Polo Blue #88AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.27%

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

R = 26.61%
G = 33.27%
B = 40.12%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88AACD (or 0x88AACD) is known color: Polo Blue. HEX triplet: 88, AA and CD. RGB value is (136,170,205). Sum of RGB (Red+Green+Blue) = 136+170+205=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #88AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACD is #775532. Grayscale: #A3A3A3. Windows color (decimal): -7820595 or 13478536. OLE color: 13478536.

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

Color convert

RGB 136 170 205 -
CMYK 0.34 0.17 0 0.20
HSL 210.43º 0.41% 0.67% -
HSV(B) 210.43º 0.34% 0.8% -
XYZ 35.55 38.39 63.29 -
YUV 163.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 136 170 205 0.34 0.17 0 0.20 210.43 0.41 0.67
Hex 88 AA CD 22 11 0 14 D2 29 43
Octal 210 252 315 42 21 0 24 322 51 103
Binary 10001000 10101010 11001101 100010 10001 0 10100 11010010 101001 1000011

Color Harmonies of #88AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AACD

Black with #88AACD

Text Example


Text Example

White with #88AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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