Html Css Color HEX #88ACD7 Polo Blue

📋 copy color: '#88ACD7'

red 136 ◦ green 172 ◦ blue 215

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

Shades of Polo Blue #88ACD7

Tints of Polo Blue #88ACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 26%
G = 32.89%
B = 41.11%

CMYK

 C value IS 0.37

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#88ACD7 (or 0x88ACD7) is known color: Polo Blue. HEX triplet: 88, AC and D7. RGB value is (136,172,215). Sum of RGB (Red+Green+Blue) = 136+172+215=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #88ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACD7 is #775328. Grayscale: #A5A5A5. Windows color (decimal): -7820073 or 14134408. OLE color: 14134408.

HSL color Cylindrical-coordinate representation of color #88ACD7: hue angle of 212.66º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88ACD7 is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 172 215 -
CMYK 0.37 0.2 0 0.16
HSL 212.66º 0.5% 0.69% -
HSV(B) 212.66º 0.37% 0.84% -
XYZ 37.17 39.65 69.98 -
YUV 166.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 136 172 215 0.37 0.2 0 0.16 212.66 0.5 0.69
Hex 88 AC D7 25 14 0 10 D5 32 45
Octal 210 254 327 45 24 0 20 325 62 105
Binary 10001000 10101100 11010111 100101 10100 0 10000 11010101 110010 1000101

Color Harmonies of #88ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACD7

Black with #88ACD7

Text Example


Text Example

White with #88ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,172,215); }

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

background-color css

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

 a { background-color: rgb(136,172,215); }

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

border-color css

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

 span { border-color: rgb(136,172,215); }

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