Html Css Color HEX #88ADD7 Polo Blue

📋 copy color: '#88ADD7'

red 136 ◦ green 173 ◦ blue 215

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

Shades of Polo Blue #88ADD7

Tints of Polo Blue #88ADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

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

R = 25.95%
G = 33.02%
B = 41.03%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#88ADD7 (or 0x88ADD7) is known color: Polo Blue. HEX triplet: 88, AD and D7. RGB value is (136,173,215). Sum of RGB (Red+Green+Blue) = 136+173+215=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #88ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADD7 is #775228. Grayscale: #A6A6A6. Windows color (decimal): -7819817 or 14134664. OLE color: 14134664.

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

Color convert

RGB 136 173 215 -
CMYK 0.37 0.20 0 0.16
HSL 211.9º 0.5% 0.69% -
HSV(B) 211.9º 0.37% 0.84% -
XYZ 37.36 40.03 70.05 -
YUV 166.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 136 173 215 0.37 0.20 0 0.16 211.9 0.5 0.69
Hex 88 AD D7 25 14 0 10 D4 32 45
Octal 210 255 327 45 24 0 20 324 62 105
Binary 10001000 10101101 11010111 100101 10100 0 10000 11010100 110010 1000101

Color Harmonies of #88ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADD7

Black with #88ADD7

Text Example


Text Example

White with #88ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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