#92B0DB

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

Shades of Polo Blue #92B0DB

Tints of Polo Blue #92B0DB

Color information

#92B0DB (or 0x92B0DB) is unknown color: approx Polo Blue. HEX triplet: 92, B0 and DB. RGB value is (146,176,219). Sum of RGB (Red+Green+Blue) = 146+176+219=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #92B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B0DB is #6D4F24. Grayscale: #ABABAB. Windows color (decimal): -7163685 or 14397586. OLE color: 14397586.

HSL color Cylindrical-coordinate representation of color #92B0DB: hue angle of 215.34º 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 #92B0DB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146176219-
CMYK0.330.2000.14
HSL215.34º50.34%71.57%-
HSV(B)215.34º33.33%85.88%-
XYZ40.1742.2873.06-
YUV171.93154.56109.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=26.99%
G=32.53%
B=40.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461762190.330.2000.14215.3450.3471.57
Hex92B0DB21140Ed73248
Octal222260333412401632762110
Binary1001001010110000110110111000011010001110110101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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