#92B1DE

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

Shades of Polo Blue #92B1DE

Tints of Polo Blue #92B1DE

Color information

#92B1DE (or 0x92B1DE) is unknown color: approx Polo Blue. HEX triplet: 92, B1 and DE. RGB value is (146,177,222). Sum of RGB (Red+Green+Blue) = 146+177+222=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 177 (69.53% from 255 or 32.48% 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 #92B1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1DE is #6D4E21. Grayscale: #ACACAC. Windows color (decimal): -7163426 or 14594450. OLE color: 14594450.

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

Color convert

RGB146177222-
CMYK0.340.2000.13
HSL215.53º53.52%72.16%-
HSV(B)215.53º34.23%87.06%-
XYZ40.7642.8375.23-
YUV172.86155.73108.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.79%
GREEN value IS 177 (69.53% from 255) = 32.48%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=26.79%
G=32.48%
B=40.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461772220.340.2000.13215.5353.5272.16
Hex92B1DE22140Dd83648
Octal222261336422401533066110
Binary1001001010110001110111101000101010001101110110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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