Shades of Columbia Blue #92E2F9
Tints of Columbia Blue #92E2F9
RGB
CMYK
RGB Variations
Color information
#92E2F9 (or 0x92E2F9) is known color: Columbia Blue. HEX triplet: 92, E2 and F9. RGB value is (146,226,249). Sum of RGB (Red+Green+Blue) = 146+226+249=621 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.51% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #92E2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E2F9 is #6D1D06. Grayscale: #CCCCCC. Windows color (decimal): -7150855 or 16376466. OLE color: 16376466.
HSL color Cylindrical-coordinate representation of color #92E2F9: hue angle of 193.4º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92E2F9 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 226 | 249 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.02 |
| HSL | 193.4º | 0.9% | 0.77% | - |
| HSV(B) | 193.4º | 0.41% | 0.98% | - |
| XYZ | 56.15 | 67.34 | 99.66 | - |
| YUV | 204.7 | 153 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 226 | 249 | 0.41 | 0.09 | 0 | 0.02 | 193.4 | 0.9 | 0.77 |
| Hex | 92 | E2 | F9 | 29 | 9 | 0 | 2 | C1 | 5A | 4D |
| Octal | 222 | 342 | 371 | 51 | 11 | 0 | 2 | 301 | 132 | 115 |
| Binary | 10010010 | 11100010 | 11111001 | 101001 | 1001 | 0 | 10 | 11000001 | 1011010 | 1001101 |
Color Harmonies of #92E2F9
Complementary color
Monochromatic Colors of #92E2F9
Black with #92E2F9
Text Example
Text Example
White with #92E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E2F9; }
p { color: rgb(146,226,249); }
H1.HeaderClassName
{
color: #92E2F9;
}
.AnyTagClassName
{
color: #92E2F9;
}
</style>
background-color css
<style>
a { background-color: #92E2F9; }
a { background-color: rgb(146,226,249); }
div.DivClassName
{
background-color: #92E2F9;
}
.BgClassName
{
background-color: #92E2F9;
}
</style>
border-color css
<style>
span { border-color: #92E2F9; }
span { border-color: rgb(146,226,249); }
td.TdClassName
{
border-color: #92E2F9;
}
.TagClassName
{
border-color: #92E2F9;
}
</style>