Shades of Polo Blue #92B1DA
Tints of Polo Blue #92B1DA
RGB
CMYK
RGB Variations
Color information
#92B1DA (or 0x92B1DA) is known color: Polo Blue. HEX triplet: 92, B1 and DA. RGB value is (146,177,218). Sum of RGB (Red+Green+Blue) = 146+177+218=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #92B1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B1DA is #6D4E25. Grayscale: #ACACAC. Windows color (decimal): -7163430 or 14332306. OLE color: 14332306.
HSL color Cylindrical-coordinate representation of color #92B1DA: hue angle of 214.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92B1DA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 177 | 218 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.15 |
| HSL | 214.17º | 0.49% | 0.71% | - |
| HSV(B) | 214.17º | 0.33% | 0.85% | - |
| XYZ | 40.23 | 42.62 | 72.44 | - |
| YUV | 172.41 | 153.73 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 218 | 0.33 | 0.19 | 0 | 0.15 | 214.17 | 0.49 | 0.71 |
| Hex | 92 | B1 | DA | 21 | 13 | 0 | F | D6 | 31 | 47 |
| Octal | 222 | 261 | 332 | 41 | 23 | 0 | 17 | 326 | 61 | 107 |
| Binary | 10010010 | 10110001 | 11011010 | 100001 | 10011 | 0 | 1111 | 11010110 | 110001 | 1000111 |
Color Harmonies of #92B1DA
Complementary color
Monochromatic Colors of #92B1DA
Black with #92B1DA
Text Example
Text Example
White with #92B1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B1DA; }
p { color: rgb(146,177,218); }
H1.HeaderClassName
{
color: #92B1DA;
}
.AnyTagClassName
{
color: #92B1DA;
}
</style>
background-color css
<style>
a { background-color: #92B1DA; }
a { background-color: rgb(146,177,218); }
div.DivClassName
{
background-color: #92B1DA;
}
.BgClassName
{
background-color: #92B1DA;
}
</style>
border-color css
<style>
span { border-color: #92B1DA; }
span { border-color: rgb(146,177,218); }
td.TdClassName
{
border-color: #92B1DA;
}
.TagClassName
{
border-color: #92B1DA;
}
</style>