Html Css Color HEX #91ACD8 Polo Blue

📋 copy color: '#91ACD8'

red 145 ◦ green 172 ◦ blue 216

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

Shades of Polo Blue #91ACD8

Tints of Polo Blue #91ACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.27%

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 27.2%
G = 32.27%
B = 40.53%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91ACD8 (or 0x91ACD8) is known color: Polo Blue. HEX triplet: 91, AC and D8. RGB value is (145,172,216). Sum of RGB (Red+Green+Blue) = 145+172+216=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #91ACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACD8 is #6E5327. Grayscale: #A8A8A8. Windows color (decimal): -7230248 or 14199953. OLE color: 14199953.

HSL color Cylindrical-coordinate representation of color #91ACD8: hue angle of 217.18º degrees, saturation: 0.48, 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 #91ACD8 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 172 216 -
CMYK 0.33 0.20 0 0.15
HSL 217.18º 0.48% 0.71% -
HSV(B) 217.18º 0.33% 0.85% -
XYZ 38.82 40.48 70.73 -
YUV 168.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 145 172 216 0.33 0.20 0 0.15 217.18 0.48 0.71
Hex 91 AC D8 21 14 0 F D9 30 47
Octal 221 254 330 41 24 0 17 331 60 107
Binary 10010001 10101100 11011000 100001 10100 0 1111 11011001 110000 1000111

Color Harmonies of #91ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACD8

Black with #91ACD8

Text Example


Text Example

White with #91ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,172,216); }

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

background-color css

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

 a { background-color: rgb(145,172,216); }

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

border-color css

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

 span { border-color: rgb(145,172,216); }

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