#92BAD0

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

Shades of Polo Blue #92BAD0

Tints of Polo Blue #92BAD0

Color information

#92BAD0 (or 0x92BAD0) is unknown color: approx Polo Blue. HEX triplet: 92, BA and D0. RGB value is (146,186,208). Sum of RGB (Red+Green+Blue) = 146+186+208=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #92BAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BAD0 is #6D452F. Grayscale: #B0B0B0. Windows color (decimal): -7161136 or 13679250. OLE color: 13679250.

HSL color Cylindrical-coordinate representation of color #92BAD0: hue angle of 201.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92BAD0 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146186208-
CMYK0.300.1100.18
HSL201.29º39.74%69.41%-
HSV(B)201.29º29.81%81.57%-
XYZ40.845.7866.36-
YUV176.55145.75106.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=27.04%
G=34.44%
B=38.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461862080.300.1100.18201.2939.7469.41
Hex92BAD01EB012c92845
Octal222272320361302231150105
Binary100100101011101011010000111101011010010110010011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,186,208); }

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

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

 a { background-color: rgb(146,186,208); }

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

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

 span { border-color: rgb(146,186,208); }

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