Html Css Color HEX #91B5DA Polo Blue

📋 copy color: '#91B5DA'

red 145 ◦ green 181 ◦ blue 218

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

Shades of Polo Blue #91B5DA

Tints of Polo Blue #91B5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 26.65%
G = 33.27%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91B5DA (or 0x91B5DA) is known color: Polo Blue. HEX triplet: 91, B5 and DA. RGB value is (145,181,218). Sum of RGB (Red+Green+Blue) = 145+181+218=544 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.65% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #91B5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B5DA is #6E4A25. Grayscale: #AEAEAE. Windows color (decimal): -7227942 or 14333329. OLE color: 14333329.

HSL color Cylindrical-coordinate representation of color #91B5DA: hue angle of 210.41º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91B5DA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 181 218 -
CMYK 0.33 0.17 0 0.15
HSL 210.41º 0.5% 0.71% -
HSV(B) 210.41º 0.33% 0.85% -
XYZ 40.86 44.13 72.69 -
YUV 174.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 145 181 218 0.33 0.17 0 0.15 210.41 0.5 0.71
Hex 91 B5 DA 21 11 0 F D2 32 47
Octal 221 265 332 41 21 0 17 322 62 107
Binary 10010001 10110101 11011010 100001 10001 0 1111 11010010 110010 1000111

Color Harmonies of #91B5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B5DA

Black with #91B5DA

Text Example


Text Example

White with #91B5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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