Html Css Color HEX #91ABDA Polo Blue

📋 copy color: '#91ABDA'

red 145 ◦ green 171 ◦ blue 218

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

Shades of Polo Blue #91ABDA

Tints of Polo Blue #91ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 27.15%
G = 32.02%
B = 40.82%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91ABDA (or 0x91ABDA) is known color: Polo Blue. HEX triplet: 91, AB and DA. RGB value is (145,171,218). Sum of RGB (Red+Green+Blue) = 145+171+218=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #91ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABDA is #6E5425. Grayscale: #A8A8A8. Windows color (decimal): -7230502 or 14330769. OLE color: 14330769.

HSL color Cylindrical-coordinate representation of color #91ABDA: hue angle of 218.63º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91ABDA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 171 218 -
CMYK 0.33 0.22 0 0.15
HSL 218.63º 0.5% 0.71% -
HSV(B) 218.63º 0.33% 0.85% -
XYZ 38.89 40.21 72.04 -
YUV 168.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 145 171 218 0.33 0.22 0 0.15 218.63 0.5 0.71
Hex 91 AB DA 21 16 0 F DB 32 47
Octal 221 253 332 41 26 0 17 333 62 107
Binary 10010001 10101011 11011010 100001 10110 0 1111 11011011 110010 1000111

Color Harmonies of #91ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABDA

Black with #91ABDA

Text Example


Text Example

White with #91ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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