Html Css Color HEX #91ABDE Polo Blue

📋 copy color: '#91ABDE'

red 145 ◦ green 171 ◦ blue 222

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

Shades of Polo Blue #91ABDE

Tints of Polo Blue #91ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.78%

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

R = 26.95%
G = 31.78%
B = 41.26%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91ABDE (or 0x91ABDE) is known color: Polo Blue. HEX triplet: 91, AB and DE. RGB value is (145,171,222). Sum of RGB (Red+Green+Blue) = 145+171+222=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #91ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABDE is #6E5421. Grayscale: #A8A8A8. Windows color (decimal): -7230498 or 14592913. OLE color: 14592913.

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

Color convert

RGB 145 171 222 -
CMYK 0.35 0.23 0 0.13
HSL 219.74º 0.54% 0.72% -
HSV(B) 219.74º 0.35% 0.87% -
XYZ 39.42 40.42 74.83 -
YUV 169.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 145 171 222 0.35 0.23 0 0.13 219.74 0.54 0.72
Hex 91 AB DE 23 17 0 D DC 36 48
Octal 221 253 336 43 27 0 15 334 66 110
Binary 10010001 10101011 11011110 100011 10111 0 1101 11011100 110110 1001000

Color Harmonies of #91ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABDE

Black with #91ABDE

Text Example


Text Example

White with #91ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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