#92B1CD

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

Shades of Polo Blue #92B1CD

Tints of Polo Blue #92B1CD

Color information

#92B1CD (or 0x92B1CD) is unknown color: approx Polo Blue. HEX triplet: 92, B1 and CD. RGB value is (146,177,205). Sum of RGB (Red+Green+Blue) = 146+177+205=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #92B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1CD is #6D4E32. Grayscale: #AAAAAA. Windows color (decimal): -7163443 or 13480338. OLE color: 13480338.

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

Color convert

RGB146177205-
CMYK0.290.1400.20
HSL208.47º37.11%68.82%-
HSV(B)208.47º28.78%80.39%-
XYZ38.641.9663.82-
YUV170.92147.23110.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=27.65%
G=33.52%
B=38.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461772050.290.1400.20208.4737.1168.82
Hex92B1CD1DE014d02545
Octal222261315351602432045105
Binary100100101011000111001101111011110010100110100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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