Html Css Color HEX #88AECC Polo Blue

📋 copy color: '#88AECC'

red 136 ◦ green 174 ◦ blue 204

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

Shades of Polo Blue #88AECC

Tints of Polo Blue #88AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 26.46%
G = 33.85%
B = 39.69%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#88AECC (or 0x88AECC) is known color: Polo Blue. HEX triplet: 88, AE and CC. RGB value is (136,174,204). Sum of RGB (Red+Green+Blue) = 136+174+204=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #88AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AECC is #775133. Grayscale: #A5A5A5. Windows color (decimal): -7819572 or 13414024. OLE color: 13414024.

HSL color Cylindrical-coordinate representation of color #88AECC: hue angle of 206.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88AECC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 174 204 -
CMYK 0.33 0.15 0 0.2
HSL 206.47º 0.4% 0.67% -
HSV(B) 206.47º 0.33% 0.8% -
XYZ 36.19 39.87 62.91 -
YUV 166.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 136 174 204 0.33 0.15 0 0.2 206.47 0.4 0.67
Hex 88 AE CC 21 F 0 14 CE 28 43
Octal 210 256 314 41 17 0 24 316 50 103
Binary 10001000 10101110 11001100 100001 1111 0 10100 11001110 101000 1000011

Color Harmonies of #88AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AECC

Black with #88AECC

Text Example


Text Example

White with #88AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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