Html Css Color HEX #91B7DF Polo Blue

📋 copy color: '#91B7DF'

red 145 ◦ green 183 ◦ blue 223

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

Shades of Polo Blue #91B7DF

Tints of Polo Blue #91B7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.21%

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 26.32%
G = 33.21%
B = 40.47%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91B7DF (or 0x91B7DF) is known color: Polo Blue. HEX triplet: 91, B7 and DF. RGB value is (145,183,223). Sum of RGB (Red+Green+Blue) = 145+183+223=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #91B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7DF is #6E4820. Grayscale: #B0B0B0. Windows color (decimal): -7227425 or 14661521. OLE color: 14661521.

HSL color Cylindrical-coordinate representation of color #91B7DF: hue angle of 210.77º degrees, saturation: 0.55, 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 #91B7DF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 183 223 -
CMYK 0.35 0.18 0 0.13
HSL 210.77º 0.55% 0.72% -
HSV(B) 210.77º 0.35% 0.87% -
XYZ 41.93 45.21 76.33 -
YUV 176.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 145 183 223 0.35 0.18 0 0.13 210.77 0.55 0.72
Hex 91 B7 DF 23 12 0 D D3 37 48
Octal 221 267 337 43 22 0 15 323 67 110
Binary 10010001 10110111 11011111 100011 10010 0 1101 11010011 110111 1001000

Color Harmonies of #91B7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B7DF

Black with #91B7DF

Text Example


Text Example

White with #91B7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,183,223); }

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

background-color css

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

 a { background-color: rgb(145,183,223); }

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

border-color css

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

 span { border-color: rgb(145,183,223); }

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