Html Css Color HEX #91B5DB Polo Blue

📋 copy color: '#91B5DB'

red 145 ◦ green 181 ◦ blue 219

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

Shades of Polo Blue #91B5DB

Tints of Polo Blue #91B5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 26.61%
G = 33.21%
B = 40.18%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91B5DB (or 0x91B5DB) is known color: Polo Blue. HEX triplet: 91, B5 and DB. RGB value is (145,181,219). Sum of RGB (Red+Green+Blue) = 145+181+219=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #91B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B5DB is #6E4A24. Grayscale: #AEAEAE. Windows color (decimal): -7227941 or 14398865. OLE color: 14398865.

HSL color Cylindrical-coordinate representation of color #91B5DB: hue angle of 210.81º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91B5DB is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 181 219 -
CMYK 0.34 0.17 0 0.14
HSL 210.81º 0.51% 0.71% -
HSV(B) 210.81º 0.34% 0.86% -
XYZ 40.99 44.18 73.39 -
YUV 174.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 145 181 219 0.34 0.17 0 0.14 210.81 0.51 0.71
Hex 91 B5 DB 22 11 0 E D3 33 47
Octal 221 265 333 42 21 0 16 323 63 107
Binary 10010001 10110101 11011011 100010 10001 0 1110 11010011 110011 1000111

Color Harmonies of #91B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B5DB

Black with #91B5DB

Text Example


Text Example

White with #91B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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