Html Css Color HEX #91B2DB Polo Blue

📋 copy color: '#91B2DB'

red 145 ◦ green 178 ◦ blue 219

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

Shades of Polo Blue #91B2DB

Tints of Polo Blue #91B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.84%

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

R = 26.75%
G = 32.84%
B = 40.41%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91B2DB (or 0x91B2DB) is known color: Polo Blue. HEX triplet: 91, B2 and DB. RGB value is (145,178,219). Sum of RGB (Red+Green+Blue) = 145+178+219=542 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.75% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #91B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2DB is #6E4D24. Grayscale: #ACACAC. Windows color (decimal): -7228709 or 14398097. OLE color: 14398097.

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

Color convert

RGB 145 178 219 -
CMYK 0.34 0.19 0 0.14
HSL 213.24º 0.51% 0.71% -
HSV(B) 213.24º 0.34% 0.86% -
XYZ 40.38 42.98 73.18 -
YUV 172.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 145 178 219 0.34 0.19 0 0.14 213.24 0.51 0.71
Hex 91 B2 DB 22 13 0 E D5 33 47
Octal 221 262 333 42 23 0 16 325 63 107
Binary 10010001 10110010 11011011 100010 10011 0 1110 11010101 110011 1000111

Color Harmonies of #91B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B2DB

Black with #91B2DB

Text Example


Text Example

White with #91B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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