Shades of Columbia Blue #92E0F6
Tints of Columbia Blue #92E0F6
RGB
CMYK
RGB Variations
Color information
#92E0F6 (or 0x92E0F6) is known color: Columbia Blue. HEX triplet: 92, E0 and F6. RGB value is (146,224,246). Sum of RGB (Red+Green+Blue) = 146+224+246=616 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.70% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #92E0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E0F6 is #6D1F09. Grayscale: #CBCBCB. Windows color (decimal): -7151370 or 16179346. OLE color: 16179346.
HSL color Cylindrical-coordinate representation of color #92E0F6: hue angle of 193.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92E0F6 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 224 | 246 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.04 |
| HSL | 193.2º | 0.85% | 0.77% | - |
| HSV(B) | 193.2º | 0.41% | 0.96% | - |
| XYZ | 55.14 | 66.08 | 97.04 | - |
| YUV | 203.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 224 | 246 | 0.41 | 0.09 | 0 | 0.04 | 193.2 | 0.85 | 0.77 |
| Hex | 92 | E0 | F6 | 29 | 9 | 0 | 4 | C1 | 55 | 4D |
| Octal | 222 | 340 | 366 | 51 | 11 | 0 | 4 | 301 | 125 | 115 |
| Binary | 10010010 | 11100000 | 11110110 | 101001 | 1001 | 0 | 100 | 11000001 | 1010101 | 1001101 |
Color Harmonies of #92E0F6
Complementary color
Monochromatic Colors of #92E0F6
Black with #92E0F6
Text Example
Text Example
White with #92E0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E0F6; }
p { color: rgb(146,224,246); }
H1.HeaderClassName
{
color: #92E0F6;
}
.AnyTagClassName
{
color: #92E0F6;
}
</style>
background-color css
<style>
a { background-color: #92E0F6; }
a { background-color: rgb(146,224,246); }
div.DivClassName
{
background-color: #92E0F6;
}
.BgClassName
{
background-color: #92E0F6;
}
</style>
border-color css
<style>
span { border-color: #92E0F6; }
span { border-color: rgb(146,224,246); }
td.TdClassName
{
border-color: #92E0F6;
}
.TagClassName
{
border-color: #92E0F6;
}
</style>