Html Css Color HEX #91ADDC Polo Blue

📋 copy color: '#91ADDC'

red 145 ◦ green 173 ◦ blue 220

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

Shades of Polo Blue #91ADDC

Tints of Polo Blue #91ADDC

RGB

 RED value IS 145 (57.03% from 255) = 26.95%

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 26.95%
G = 32.16%
B = 40.89%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91ADDC (or 0x91ADDC) is known color: Polo Blue. HEX triplet: 91, AD and DC. RGB value is (145,173,220). Sum of RGB (Red+Green+Blue) = 145+173+220=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #91ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADDC is #6E5223. Grayscale: #A9A9A9. Windows color (decimal): -7229988 or 14462353. OLE color: 14462353.

HSL color Cylindrical-coordinate representation of color #91ADDC: hue angle of 217.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91ADDC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 173 220 -
CMYK 0.34 0.21 0 0.14
HSL 217.6º 0.52% 0.72% -
HSV(B) 217.6º 0.34% 0.86% -
XYZ 39.54 41.07 73.55 -
YUV 169.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 145 173 220 0.34 0.21 0 0.14 217.6 0.52 0.72
Hex 91 AD DC 22 15 0 E DA 34 48
Octal 221 255 334 42 25 0 16 332 64 110
Binary 10010001 10101101 11011100 100010 10101 0 1110 11011010 110100 1001000

Color Harmonies of #91ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ADDC

Black with #91ADDC

Text Example


Text Example

White with #91ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91ADDC; }

 p { color: rgb(145,173,220); }

 H1.HeaderClassName
 {
   color: #91ADDC;
 }
 .AnyTagClassName
 {
   color: #91ADDC;
 }
</style>

background-color css

<style>
 a { background-color: #91ADDC; }

 a { background-color: rgb(145,173,220); }

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

border-color css

<style>
 span { border-color: #91ADDC; }

 span { border-color: rgb(145,173,220); }

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