Shades of Columbia Blue #92E8FB
Tints of Columbia Blue #92E8FB
RGB
CMYK
RGB Variations
Color information
#92E8FB (or 0x92E8FB) is known color: Columbia Blue. HEX triplet: 92, E8 and FB. RGB value is (146,232,251). Sum of RGB (Red+Green+Blue) = 146+232+251=629 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.21% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #92E8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E8FB is #6D1704. Grayscale: #D0D0D0. Windows color (decimal): -7149317 or 16509074. OLE color: 16509074.
HSL color Cylindrical-coordinate representation of color #92E8FB: hue angle of 190.86º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92E8FB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 232 | 251 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.02 |
| HSL | 190.86º | 0.93% | 0.78% | - |
| HSV(B) | 190.86º | 0.42% | 0.98% | - |
| XYZ | 58.12 | 70.79 | 101.87 | - |
| YUV | 208.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 232 | 251 | 0.42 | 0.08 | 0 | 0.02 | 190.86 | 0.93 | 0.78 |
| Hex | 92 | E8 | FB | 2A | 8 | 0 | 2 | BF | 5D | 4E |
| Octal | 222 | 350 | 373 | 52 | 10 | 0 | 2 | 277 | 135 | 116 |
| Binary | 10010010 | 11101000 | 11111011 | 101010 | 1000 | 0 | 10 | 10111111 | 1011101 | 1001110 |
Color Harmonies of #92E8FB
Complementary color
Monochromatic Colors of #92E8FB
Black with #92E8FB
Text Example
Text Example
White with #92E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E8FB; }
p { color: rgb(146,232,251); }
H1.HeaderClassName
{
color: #92E8FB;
}
.AnyTagClassName
{
color: #92E8FB;
}
</style>
background-color css
<style>
a { background-color: #92E8FB; }
a { background-color: rgb(146,232,251); }
div.DivClassName
{
background-color: #92E8FB;
}
.BgClassName
{
background-color: #92E8FB;
}
</style>
border-color css
<style>
span { border-color: #92E8FB; }
span { border-color: rgb(146,232,251); }
td.TdClassName
{
border-color: #92E8FB;
}
.TagClassName
{
border-color: #92E8FB;
}
</style>