#91B2DE

Color #91B2DE Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #91B2DE

Tints of Polo Blue #91B2DE

Color information

#91B2DE (or 0x91B2DE) is unknown color: approx Polo Blue. HEX triplet: 91, B2 and DE. RGB value is (145,178,222). Sum of RGB (Red+Green+Blue) = 145+178+222=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #91B2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2DE is #6E4D21. Grayscale: #ACACAC. Windows color (decimal): -7228706 or 14594705. OLE color: 14594705.

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

Color convert

RGB145178222-
CMYK0.350.2000.13
HSL214.29º53.85%71.96%-
HSV(B)214.29º34.68%87.06%-
XYZ40.7843.1375.28-
YUV173.15155.57107.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.61%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=26.61%
G=32.66%
B=40.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451782220.350.2000.13214.2953.8571.96
Hex91B2DE23140Dd63648
Octal221262336432401532666110
Binary1001000110110010110111101000111010001101110101101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91B2DE;
 }
 .AnyTagClassName
 {
   color: #91B2DE;
 }
</style>
background-color css

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

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

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

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

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

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