Html Css Color HEX #88AECD Polo Blue

📋 copy color: '#88AECD'

red 136 ◦ green 174 ◦ blue 205

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

Shades of Polo Blue #88AECD

Tints of Polo Blue #88AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.79%

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

R = 26.41%
G = 33.79%
B = 39.81%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88AECD (or 0x88AECD) is known color: Polo Blue. HEX triplet: 88, AE and CD. RGB value is (136,174,205). Sum of RGB (Red+Green+Blue) = 136+174+205=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #88AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AECD is #775132. Grayscale: #A6A6A6. Windows color (decimal): -7819571 or 13479560. OLE color: 13479560.

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

Color convert

RGB 136 174 205 -
CMYK 0.34 0.15 0 0.20
HSL 206.96º 0.41% 0.67% -
HSV(B) 206.96º 0.34% 0.8% -
XYZ 36.31 39.91 63.55 -
YUV 166.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 136 174 205 0.34 0.15 0 0.20 206.96 0.41 0.67
Hex 88 AE CD 22 F 0 14 CF 29 43
Octal 210 256 315 42 17 0 24 317 51 103
Binary 10001000 10101110 11001101 100010 1111 0 10100 11001111 101001 1000011

Color Harmonies of #88AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AECD

Black with #88AECD

Text Example


Text Example

White with #88AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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