#92ADDB

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

Shades of Polo Blue #92ADDB

Tints of Polo Blue #92ADDB

Color information

#92ADDB (or 0x92ADDB) is unknown color: approx Polo Blue. HEX triplet: 92, AD and DB. RGB value is (146,173,219). Sum of RGB (Red+Green+Blue) = 146+173+219=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #92ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADDB is #6D5224. Grayscale: #A9A9A9. Windows color (decimal): -7164453 or 14396818. OLE color: 14396818.

HSL color Cylindrical-coordinate representation of color #92ADDB: hue angle of 217.81º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92ADDB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146173219-
CMYK0.330.2100.14
HSL217.81º50.34%71.57%-
HSV(B)217.81º33.33%85.88%-
XYZ39.5841.1172.87-
YUV170.17155.55110.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=27.14%
G=32.16%
B=40.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461732190.330.2100.14217.8150.3471.57
Hex92ADDB21150Eda3248
Octal222255333412501633262110
Binary1001001010101101110110111000011010101110110110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,219); }

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

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

 a { background-color: rgb(146,173,219); }

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

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

 span { border-color: rgb(146,173,219); }

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