Shades of Columbia Blue #92E8FE
Tints of Columbia Blue #92E8FE
RGB
CMYK
RGB Variations
Color information
#92E8FE (or 0x92E8FE) is known color: Columbia Blue. HEX triplet: 92, E8 and FE. RGB value is (146,232,254). Sum of RGB (Red+Green+Blue) = 146+232+254=632 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.10% from 632); Green value is 232 (91.02% from 255 or 36.71% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #92E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E8FE is #6D1701. Grayscale: #D0D0D0. Windows color (decimal): -7149314 or 16705682. OLE color: 16705682.
HSL color Cylindrical-coordinate representation of color #92E8FE: hue angle of 192.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92E8FE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 232 | 254 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.00 |
| HSL | 192.22º | 0.98% | 0.78% | - |
| HSV(B) | 192.22º | 0.43% | 1% | - |
| XYZ | 58.6 | 70.98 | 104.38 | - |
| YUV | 208.79 | 153.51 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 232 | 254 | 0.43 | 0.09 | 0 | 0.00 | 192.22 | 0.98 | 0.78 |
| Hex | 92 | E8 | FE | 2B | 9 | 0 | 0 | C0 | 62 | 4E |
| Octal | 222 | 350 | 376 | 53 | 11 | 0 | 0 | 300 | 142 | 116 |
| Binary | 10010010 | 11101000 | 11111110 | 101011 | 1001 | 0 | 0 | 11000000 | 1100010 | 1001110 |
Color Harmonies of #92E8FE
Complementary color
Monochromatic Colors of #92E8FE
Black with #92E8FE
Text Example
Text Example
White with #92E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E8FE; }
p { color: rgb(146,232,254); }
H1.HeaderClassName
{
color: #92E8FE;
}
.AnyTagClassName
{
color: #92E8FE;
}
</style>
background-color css
<style>
a { background-color: #92E8FE; }
a { background-color: rgb(146,232,254); }
div.DivClassName
{
background-color: #92E8FE;
}
.BgClassName
{
background-color: #92E8FE;
}
</style>
border-color css
<style>
span { border-color: #92E8FE; }
span { border-color: rgb(146,232,254); }
td.TdClassName
{
border-color: #92E8FE;
}
.TagClassName
{
border-color: #92E8FE;
}
</style>