Html Css Color HEX #91AEDE Polo Blue

📋 copy color: '#91AEDE'

red 145 ◦ green 174 ◦ blue 222

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

Shades of Polo Blue #91AEDE

Tints of Polo Blue #91AEDE

RGB

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

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

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

R = 26.8%
G = 32.16%
B = 41.04%

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

#91AEDE (or 0x91AEDE) is known color: Polo Blue. HEX triplet: 91, AE and DE. RGB value is (145,174,222). Sum of RGB (Red+Green+Blue) = 145+174+222=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #91AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AEDE is #6E5121. Grayscale: #AAAAAA. Windows color (decimal): -7229730 or 14593681. OLE color: 14593681.

HSL color Cylindrical-coordinate representation of color #91AEDE: hue angle of 217.4º 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 #91AEDE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 174 222 -
CMYK 0.35 0.22 0 0.13
HSL 217.4º 0.54% 0.72% -
HSV(B) 217.4º 0.35% 0.87% -
XYZ 40 41.57 75.02 -
YUV 170.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 145 174 222 0.35 0.22 0 0.13 217.4 0.54 0.72
Hex 91 AE DE 23 16 0 D D9 36 48
Octal 221 256 336 43 26 0 15 331 66 110
Binary 10010001 10101110 11011110 100011 10110 0 1101 11011001 110110 1001000

Color Harmonies of #91AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AEDE

Black with #91AEDE

Text Example


Text Example

White with #91AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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