Shades of Columbia Blue #92E7FB
Tints of Columbia Blue #92E7FB
RGB
CMYK
RGB Variations
Color information
#92E7FB (or 0x92E7FB) is known color: Columbia Blue. HEX triplet: 92, E7 and FB. RGB value is (146,231,251). Sum of RGB (Red+Green+Blue) = 146+231+251=628 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.25% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #92E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E7FB is #6D1804. Grayscale: #CFCFCF. Windows color (decimal): -7149573 or 16508818. OLE color: 16508818.
HSL color Cylindrical-coordinate representation of color #92E7FB: hue angle of 191.43º 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 #92E7FB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 231 | 251 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.02 |
| HSL | 191.43º | 0.93% | 0.78% | - |
| HSV(B) | 191.43º | 0.42% | 0.98% | - |
| XYZ | 57.84 | 70.23 | 101.77 | - |
| YUV | 207.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 231 | 251 | 0.42 | 0.08 | 0 | 0.02 | 191.43 | 0.93 | 0.78 |
| Hex | 92 | E7 | FB | 2A | 8 | 0 | 2 | BF | 5D | 4E |
| Octal | 222 | 347 | 373 | 52 | 10 | 0 | 2 | 277 | 135 | 116 |
| Binary | 10010010 | 11100111 | 11111011 | 101010 | 1000 | 0 | 10 | 10111111 | 1011101 | 1001110 |
Color Harmonies of #92E7FB
Complementary color
Monochromatic Colors of #92E7FB
Black with #92E7FB
Text Example
Text Example
White with #92E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E7FB; }
p { color: rgb(146,231,251); }
H1.HeaderClassName
{
color: #92E7FB;
}
.AnyTagClassName
{
color: #92E7FB;
}
</style>
background-color css
<style>
a { background-color: #92E7FB; }
a { background-color: rgb(146,231,251); }
div.DivClassName
{
background-color: #92E7FB;
}
.BgClassName
{
background-color: #92E7FB;
}
</style>
border-color css
<style>
span { border-color: #92E7FB; }
span { border-color: rgb(146,231,251); }
td.TdClassName
{
border-color: #92E7FB;
}
.TagClassName
{
border-color: #92E7FB;
}
</style>