Html Css Color HEX #91ADDE Polo Blue

📋 copy color: '#91ADDE'

red 145 ◦ green 173 ◦ blue 222

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

Shades of Polo Blue #91ADDE

Tints of Polo Blue #91ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 26.85%
G = 32.04%
B = 41.11%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91ADDE (or 0x91ADDE) is known color: Polo Blue. HEX triplet: 91, AD and DE. RGB value is (145,173,222). Sum of RGB (Red+Green+Blue) = 145+173+222=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #91ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADDE is #6E5221. Grayscale: #A9A9A9. Windows color (decimal): -7229986 or 14593425. OLE color: 14593425.

HSL color Cylindrical-coordinate representation of color #91ADDE: hue angle of 218.18º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91ADDE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 173 222 -
CMYK 0.35 0.22 0 0.13
HSL 218.18º 0.54% 0.72% -
HSV(B) 218.18º 0.35% 0.87% -
XYZ 39.81 41.18 74.96 -
YUV 170.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 145 173 222 0.35 0.22 0 0.13 218.18 0.54 0.72
Hex 91 AD DE 23 16 0 D DA 36 48
Octal 221 255 336 43 26 0 15 332 66 110
Binary 10010001 10101101 11011110 100011 10110 0 1101 11011010 110110 1001000

Color Harmonies of #91ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ADDE

Black with #91ADDE

Text Example


Text Example

White with #91ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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