#92B1CE

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

Shades of Polo Blue #92B1CE

Tints of Polo Blue #92B1CE

Color information

#92B1CE (or 0x92B1CE) is unknown color: approx Polo Blue. HEX triplet: 92, B1 and CE. RGB value is (146,177,206). Sum of RGB (Red+Green+Blue) = 146+177+206=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #92B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1CE is #6D4E31. Grayscale: #AAAAAA. Windows color (decimal): -7163442 or 13545874. OLE color: 13545874.

HSL color Cylindrical-coordinate representation of color #92B1CE: hue angle of 209º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92B1CE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146177206-
CMYK0.290.1400.19
HSL209º37.97%69.02%-
HSV(B)209º29.13%80.78%-
XYZ38.7242.0164.46-
YUV171.04147.73110.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=27.60%
G=33.46%
B=38.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461772060.290.1400.1920937.9769.02
Hex92B1CE1DE013d12645
Octal222261316351602332146105
Binary100100101011000111001110111011110010011110100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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