#92B9D6

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

Shades of Polo Blue #92B9D6

Tints of Polo Blue #92B9D6

Color information

#92B9D6 (or 0x92B9D6) is unknown color: approx Polo Blue. HEX triplet: 92, B9 and D6. RGB value is (146,185,214). Sum of RGB (Red+Green+Blue) = 146+185+214=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #92B9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9D6 is #6D4629. Grayscale: #B0B0B0. Windows color (decimal): -7161386 or 14072210. OLE color: 14072210.

HSL color Cylindrical-coordinate representation of color #92B9D6: hue angle of 205.59º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92B9D6 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146185214-
CMYK0.320.1400.16
HSL205.59º45.33%70.59%-
HSV(B)205.59º31.78%83.92%-
XYZ41.3445.6670.25-
YUV176.64149.08106.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.79%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 214 (83.98% from 255) = 39.27%
R=26.79%
G=33.94%
B=39.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461852140.320.1400.16205.5945.3370.59
Hex92B9D620E010ce2d47
Octal222271326401602031655107
Binary1001001010111001110101101000001110010000110011101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,185,214); }

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

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

 a { background-color: rgb(146,185,214); }

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

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

 span { border-color: rgb(146,185,214); }

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