#92B9D4

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

Shades of Polo Blue #92B9D4

Tints of Polo Blue #92B9D4

Color information

#92B9D4 (or 0x92B9D4) is unknown color: approx Polo Blue. HEX triplet: 92, B9 and D4. RGB value is (146,185,212). Sum of RGB (Red+Green+Blue) = 146+185+212=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #92B9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9D4 is #6D462B. Grayscale: #B0B0B0. Windows color (decimal): -7161388 or 13941138. OLE color: 13941138.

HSL color Cylindrical-coordinate representation of color #92B9D4: hue angle of 204.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92B9D4 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146185212-
CMYK0.310.1300.17
HSL204.55º43.42%70.2%-
HSV(B)204.55º31.13%83.14%-
XYZ41.0945.5668.92-
YUV176.42148.08106.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=26.89%
G=34.07%
B=39.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461852120.310.1300.17204.5543.4270.2
Hex92B9D41FD011cd2b46
Octal222271324371502131553106
Binary100100101011100111010100111111101010001110011011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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