#92B1DC

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

Shades of Polo Blue #92B1DC

Tints of Polo Blue #92B1DC

Color information

#92B1DC (or 0x92B1DC) is unknown color: approx Polo Blue. HEX triplet: 92, B1 and DC. RGB value is (146,177,220). Sum of RGB (Red+Green+Blue) = 146+177+220=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #92B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1DC is #6D4E23. Grayscale: #ACACAC. Windows color (decimal): -7163428 or 14463378. OLE color: 14463378.

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

Color convert

RGB146177220-
CMYK0.340.2000.14
HSL214.86º51.39%71.76%-
HSV(B)214.86º33.64%86.27%-
XYZ40.4942.7273.82-
YUV172.63154.73109-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=26.89%
G=32.60%
B=40.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461772200.340.2000.14214.8651.3971.76
Hex92B1DC22140Ed73348
Octal222261334422401632763110
Binary1001001010110001110111001000101010001110110101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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