Html Css Color HEX #91ADD0 Polo Blue

📋 copy color: '#91ADD0'

red 145 ◦ green 173 ◦ blue 208

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

Shades of Polo Blue #91ADD0

Tints of Polo Blue #91ADD0

RGB

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

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

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

R = 27.57%
G = 32.89%
B = 39.54%

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

#91ADD0 (or 0x91ADD0) is known color: Polo Blue. HEX triplet: 91, AD and D0. RGB value is (145,173,208). Sum of RGB (Red+Green+Blue) = 145+173+208=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #91ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADD0 is #6E522F. Grayscale: #A8A8A8. Windows color (decimal): -7230000 or 13675921. OLE color: 13675921.

HSL color Cylindrical-coordinate representation of color #91ADD0: hue angle of 213.33º 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 #91ADD0 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 173 208 -
CMYK 0.30 0.17 0 0.18
HSL 213.33º 0.4% 0.69% -
HSV(B) 213.33º 0.3% 0.82% -
XYZ 38.01 40.46 65.48 -
YUV 168.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 145 173 208 0.30 0.17 0 0.18 213.33 0.4 0.69
Hex 91 AD D0 1E 11 0 12 D5 28 45
Octal 221 255 320 36 21 0 22 325 50 105
Binary 10010001 10101101 11010000 11110 10001 0 10010 11010101 101000 1000101

Color Harmonies of #91ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ADD0

Black with #91ADD0

Text Example


Text Example

White with #91ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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