Html Css Color HEX #91B5DD Polo Blue

📋 copy color: '#91B5DD'

red 145 ◦ green 181 ◦ blue 221

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

Shades of Polo Blue #91B5DD

Tints of Polo Blue #91B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.09%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 26.51%
G = 33.09%
B = 40.4%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91B5DD (or 0x91B5DD) is known color: Polo Blue. HEX triplet: 91, B5 and DD. RGB value is (145,181,221). Sum of RGB (Red+Green+Blue) = 145+181+221=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #91B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B5DD is #6E4A22. Grayscale: #AEAEAE. Windows color (decimal): -7227939 or 14529937. OLE color: 14529937.

HSL color Cylindrical-coordinate representation of color #91B5DD: hue angle of 211.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91B5DD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 181 221 -
CMYK 0.34 0.18 0 0.13
HSL 211.58º 0.53% 0.72% -
HSV(B) 211.58º 0.34% 0.87% -
XYZ 41.25 44.29 74.78 -
YUV 174.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 145 181 221 0.34 0.18 0 0.13 211.58 0.53 0.72
Hex 91 B5 DD 22 12 0 D D4 35 48
Octal 221 265 335 42 22 0 15 324 65 110
Binary 10010001 10110101 11011101 100010 10010 0 1101 11010100 110101 1001000

Color Harmonies of #91B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B5DD

Black with #91B5DD

Text Example


Text Example

White with #91B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,181,221); }

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

background-color css

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

 a { background-color: rgb(145,181,221); }

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

border-color css

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

 span { border-color: rgb(145,181,221); }

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