Html Css Color HEX #91ADCE Polo Blue

📋 copy color: '#91ADCE'

red 145 ◦ green 173 ◦ blue 206

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

Shades of Polo Blue #91ADCE

Tints of Polo Blue #91ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 27.67%
G = 33.02%
B = 39.31%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91ADCE (or 0x91ADCE) is known color: Polo Blue. HEX triplet: 91, AD and CE. RGB value is (145,173,206). Sum of RGB (Red+Green+Blue) = 145+173+206=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #91ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADCE is #6E5231. Grayscale: #A8A8A8. Windows color (decimal): -7230002 or 13544849. OLE color: 13544849.

HSL color Cylindrical-coordinate representation of color #91ADCE: hue angle of 212.46º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91ADCE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 173 206 -
CMYK 0.30 0.16 0 0.19
HSL 212.46º 0.38% 0.69% -
HSV(B) 212.46º 0.3% 0.81% -
XYZ 37.76 40.36 64.19 -
YUV 168.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 145 173 206 0.30 0.16 0 0.19 212.46 0.38 0.69
Hex 91 AD CE 1E 10 0 13 D4 26 45
Octal 221 255 316 36 20 0 23 324 46 105
Binary 10010001 10101101 11001110 11110 10000 0 10011 11010100 100110 1000101

Color Harmonies of #91ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ADCE

Black with #91ADCE

Text Example


Text Example

White with #91ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,173,206); }

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

background-color css

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

 a { background-color: rgb(145,173,206); }

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

border-color css

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

 span { border-color: rgb(145,173,206); }

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