#92B4DF

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

Shades of Polo Blue #92B4DF

Tints of Polo Blue #92B4DF

Color information

#92B4DF (or 0x92B4DF) is unknown color: approx Polo Blue. HEX triplet: 92, B4 and DF. RGB value is (146,180,223). Sum of RGB (Red+Green+Blue) = 146+180+223=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #92B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B4DF is #6D4B20. Grayscale: #AEAEAE. Windows color (decimal): -7162657 or 14660754. OLE color: 14660754.

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

Color convert

RGB146180223-
CMYK0.350.1900.13
HSL213.51º54.61%72.35%-
HSV(B)213.51º34.53%87.45%-
XYZ41.4944.0876.13-
YUV174.74155.24107.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.59%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=26.59%
G=32.79%
B=40.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461802230.350.1900.13213.5154.6172.35
Hex92B4DF23130Dd63748
Octal222264337432301532667110
Binary1001001010110100110111111000111001101101110101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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