Shades of Columbia Blue #92E7FE
Tints of Columbia Blue #92E7FE
RGB
CMYK
RGB Variations
Color information
#92E7FE (or 0x92E7FE) is known color: Columbia Blue. HEX triplet: 92, E7 and FE. RGB value is (146,231,254). Sum of RGB (Red+Green+Blue) = 146+231+254=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #92E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E7FE is #6D1801. Grayscale: #D0D0D0. Windows color (decimal): -7149570 or 16705426. OLE color: 16705426.
HSL color Cylindrical-coordinate representation of color #92E7FE: hue angle of 192.78º 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 #92E7FE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 231 | 254 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.00 |
| HSL | 192.78º | 0.98% | 0.78% | - |
| HSV(B) | 192.78º | 0.43% | 1% | - |
| XYZ | 58.32 | 70.42 | 104.28 | - |
| YUV | 208.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 231 | 254 | 0.43 | 0.09 | 0 | 0.00 | 192.78 | 0.98 | 0.78 |
| Hex | 92 | E7 | FE | 2B | 9 | 0 | 0 | C1 | 62 | 4E |
| Octal | 222 | 347 | 376 | 53 | 11 | 0 | 0 | 301 | 142 | 116 |
| Binary | 10010010 | 11100111 | 11111110 | 101011 | 1001 | 0 | 0 | 11000001 | 1100010 | 1001110 |
Color Harmonies of #92E7FE
Complementary color
Monochromatic Colors of #92E7FE
Black with #92E7FE
Text Example
Text Example
White with #92E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E7FE; }
p { color: rgb(146,231,254); }
H1.HeaderClassName
{
color: #92E7FE;
}
.AnyTagClassName
{
color: #92E7FE;
}
</style>
background-color css
<style>
a { background-color: #92E7FE; }
a { background-color: rgb(146,231,254); }
div.DivClassName
{
background-color: #92E7FE;
}
.BgClassName
{
background-color: #92E7FE;
}
</style>
border-color css
<style>
span { border-color: #92E7FE; }
span { border-color: rgb(146,231,254); }
td.TdClassName
{
border-color: #92E7FE;
}
.TagClassName
{
border-color: #92E7FE;
}
</style>