Html Css Color HEX #91ACD0 Polo Blue

📋 copy color: '#91ACD0'

red 145 ◦ green 172 ◦ blue 208

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

Shades of Polo Blue #91ACD0

Tints of Polo Blue #91ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.62%

R = 27.62%
G = 32.76%
B = 39.62%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#91ACD0 (or 0x91ACD0) is known color: Polo Blue. HEX triplet: 91, AC and D0. RGB value is (145,172,208). Sum of RGB (Red+Green+Blue) = 145+172+208=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #91ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACD0 is #6E532F. Grayscale: #A7A7A7. Windows color (decimal): -7230256 or 13675665. OLE color: 13675665.

HSL color Cylindrical-coordinate representation of color #91ACD0: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91ACD0 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 172 208 -
CMYK 0.30 0.17 0 0.18
HSL 214.29º 0.4% 0.69% -
HSV(B) 214.29º 0.3% 0.82% -
XYZ 37.81 40.08 65.42 -
YUV 168.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 145 172 208 0.30 0.17 0 0.18 214.29 0.4 0.69
Hex 91 AC D0 1E 11 0 12 D6 28 45
Octal 221 254 320 36 21 0 22 326 50 105
Binary 10010001 10101100 11010000 11110 10001 0 10010 11010110 101000 1000101

Color Harmonies of #91ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACD0

Black with #91ACD0

Text Example


Text Example

White with #91ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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