#92B5DB

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

Shades of Polo Blue #92B5DB

Tints of Polo Blue #92B5DB

Color information

#92B5DB (or 0x92B5DB) is unknown color: approx Polo Blue. HEX triplet: 92, B5 and DB. RGB value is (146,181,219). Sum of RGB (Red+Green+Blue) = 146+181+219=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #92B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B5DB is #6D4A24. Grayscale: #AEAEAE. Windows color (decimal): -7162405 or 14398866. OLE color: 14398866.

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

Color convert

RGB146181219-
CMYK0.330.1700.14
HSL211.23º50.34%71.57%-
HSV(B)211.23º33.33%85.88%-
XYZ41.1644.2773.39-
YUV174.87152.9107.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.74%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=26.74%
G=33.15%
B=40.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461812190.330.1700.14211.2350.3471.57
Hex92B5DB21110Ed33248
Octal222265333412101632362110
Binary1001001010110101110110111000011000101110110100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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