#92B8DC

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

Shades of Polo Blue #92B8DC

Tints of Polo Blue #92B8DC

Color information

#92B8DC (or 0x92B8DC) is unknown color: approx Polo Blue. HEX triplet: 92, B8 and DC. RGB value is (146,184,220). Sum of RGB (Red+Green+Blue) = 146+184+220=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #92B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B8DC is #6D4723. Grayscale: #B0B0B0. Windows color (decimal): -7161636 or 14465170. OLE color: 14465170.

HSL color Cylindrical-coordinate representation of color #92B8DC: hue angle of 209.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92B8DC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146184220-
CMYK0.340.1600.14
HSL209.19º51.39%71.76%-
HSV(B)209.19º33.64%86.27%-
XYZ41.9145.5674.29-
YUV176.74152.41106.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 220 (86.33% from 255) = 40%
R=26.55%
G=33.45%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461842200.340.1600.14209.1951.3971.76
Hex92B8DC22100Ed13348
Octal222270334422001632163110
Binary1001001010111000110111001000101000001110110100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,184,220); }

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

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

 a { background-color: rgb(146,184,220); }

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

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

 span { border-color: rgb(146,184,220); }

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