Html Css Color HEX #91B4DE Polo Blue

📋 copy color: '#91B4DE'

red 145 ◦ green 180 ◦ blue 222

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

Shades of Polo Blue #91B4DE

Tints of Polo Blue #91B4DE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.91%

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 26.51%
G = 32.91%
B = 40.59%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91B4DE (or 0x91B4DE) is known color: Polo Blue. HEX triplet: 91, B4 and DE. RGB value is (145,180,222). Sum of RGB (Red+Green+Blue) = 145+180+222=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #91B4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4DE is #6E4B21. Grayscale: #AEAEAE. Windows color (decimal): -7228194 or 14595217. OLE color: 14595217.

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

Color convert

RGB 145 180 222 -
CMYK 0.35 0.19 0 0.13
HSL 212.73º 0.54% 0.72% -
HSV(B) 212.73º 0.35% 0.87% -
XYZ 41.18 43.94 75.42 -
YUV 174.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 145 180 222 0.35 0.19 0 0.13 212.73 0.54 0.72
Hex 91 B4 DE 23 13 0 D D5 36 48
Octal 221 264 336 43 23 0 15 325 66 110
Binary 10010001 10110100 11011110 100011 10011 0 1101 11010101 110110 1001000

Color Harmonies of #91B4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B4DE

Black with #91B4DE

Text Example


Text Example

White with #91B4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,180,222); }

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

background-color css

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

 a { background-color: rgb(145,180,222); }

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

border-color css

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

 span { border-color: rgb(145,180,222); }

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