#92B6DE

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

Shades of Polo Blue #92B6DE

Tints of Polo Blue #92B6DE

Color information

#92B6DE (or 0x92B6DE) is unknown color: approx Polo Blue. HEX triplet: 92, B6 and DE. RGB value is (146,182,222). Sum of RGB (Red+Green+Blue) = 146+182+222=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #92B6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B6DE is #6D4921. Grayscale: #AFAFAF. Windows color (decimal): -7162146 or 14595730. OLE color: 14595730.

HSL color Cylindrical-coordinate representation of color #92B6DE: hue angle of 211.58º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92B6DE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146182222-
CMYK0.340.1800.13
HSL211.58º53.52%72.16%-
HSV(B)211.58º34.23%87.06%-
XYZ41.7744.8475.56-
YUV175.8154.07106.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=26.55%
G=33.09%
B=40.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461822220.340.1800.13211.5853.5272.16
Hex92B6DE22120Dd43648
Octal222266336422201532466110
Binary1001001010110110110111101000101001001101110101001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,182,222); }

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

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

 a { background-color: rgb(146,182,222); }

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

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

 span { border-color: rgb(146,182,222); }

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