#92B7DF

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

Shades of Polo Blue #92B7DF

Tints of Polo Blue #92B7DF

Color information

#92B7DF (or 0x92B7DF) is unknown color: approx Polo Blue. HEX triplet: 92, B7 and DF. RGB value is (146,183,223). Sum of RGB (Red+Green+Blue) = 146+183+223=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #92B7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7DF is #6D4820. Grayscale: #B0B0B0. Windows color (decimal): -7161889 or 14661522. OLE color: 14661522.

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

Color convert

RGB146183223-
CMYK0.350.1800.13
HSL211.17º54.61%72.35%-
HSV(B)211.17º34.53%87.45%-
XYZ42.1145.3176.34-
YUV176.5154.24106.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.45%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=26.45%
G=33.15%
B=40.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461832230.350.1800.13211.1754.6172.35
Hex92B7DF23120Dd33748
Octal222267337432201532367110
Binary1001001010110111110111111000111001001101110100111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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