Html Css Color HEX #91B1DD Polo Blue

📋 copy color: '#91B1DD'

red 145 ◦ green 177 ◦ blue 221

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

Shades of Polo Blue #91B1DD

Tints of Polo Blue #91B1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.6%

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

R = 26.7%
G = 32.6%
B = 40.7%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91B1DD (or 0x91B1DD) is known color: Polo Blue. HEX triplet: 91, B1 and DD. RGB value is (145,177,221). Sum of RGB (Red+Green+Blue) = 145+177+221=543 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.70% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #91B1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B1DD is #6E4E22. Grayscale: #ACACAC. Windows color (decimal): -7228963 or 14528913. OLE color: 14528913.

HSL color Cylindrical-coordinate representation of color #91B1DD: hue angle of 214.74º 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 #91B1DD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 177 221 -
CMYK 0.34 0.20 0 0.13
HSL 214.74º 0.53% 0.72% -
HSV(B) 214.74º 0.34% 0.87% -
XYZ 40.45 42.68 74.51 -
YUV 172.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 145 177 221 0.34 0.20 0 0.13 214.74 0.53 0.72
Hex 91 B1 DD 22 14 0 D D7 35 48
Octal 221 261 335 42 24 0 15 327 65 110
Binary 10010001 10110001 11011101 100010 10100 0 1101 11010111 110101 1001000

Color Harmonies of #91B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B1DD

Black with #91B1DD

Text Example


Text Example

White with #91B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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