Shades of Columbia Blue #92E6FC
Tints of Columbia Blue #92E6FC
RGB
CMYK
RGB Variations
Color information
#92E6FC (or 0x92E6FC) is known color: Columbia Blue. HEX triplet: 92, E6 and FC. RGB value is (146,230,252). Sum of RGB (Red+Green+Blue) = 146+230+252=628 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.25% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #92E6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E6FC is #6D1903. Grayscale: #CFCFCF. Windows color (decimal): -7149828 or 16574098. OLE color: 16574098.
HSL color Cylindrical-coordinate representation of color #92E6FC: hue angle of 192.45º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92E6FC is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 230 | 252 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.01 |
| HSL | 192.45º | 0.95% | 0.78% | - |
| HSV(B) | 192.45º | 0.42% | 0.99% | - |
| XYZ | 57.72 | 69.73 | 102.51 | - |
| YUV | 207.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 230 | 252 | 0.42 | 0.09 | 0 | 0.01 | 192.45 | 0.95 | 0.78 |
| Hex | 92 | E6 | FC | 2A | 9 | 0 | 1 | C0 | 5F | 4E |
| Octal | 222 | 346 | 374 | 52 | 11 | 0 | 1 | 300 | 137 | 116 |
| Binary | 10010010 | 11100110 | 11111100 | 101010 | 1001 | 0 | 1 | 11000000 | 1011111 | 1001110 |
Color Harmonies of #92E6FC
Complementary color
Monochromatic Colors of #92E6FC
Black with #92E6FC
Text Example
Text Example
White with #92E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E6FC; }
p { color: rgb(146,230,252); }
H1.HeaderClassName
{
color: #92E6FC;
}
.AnyTagClassName
{
color: #92E6FC;
}
</style>
background-color css
<style>
a { background-color: #92E6FC; }
a { background-color: rgb(146,230,252); }
div.DivClassName
{
background-color: #92E6FC;
}
.BgClassName
{
background-color: #92E6FC;
}
</style>
border-color css
<style>
span { border-color: #92E6FC; }
span { border-color: rgb(146,230,252); }
td.TdClassName
{
border-color: #92E6FC;
}
.TagClassName
{
border-color: #92E6FC;
}
</style>