Shades of Columbia Blue #92E1FC
Tints of Columbia Blue #92E1FC
RGB
CMYK
RGB Variations
Color information
#92E1FC (or 0x92E1FC) is known color: Columbia Blue. HEX triplet: 92, E1 and FC. RGB value is (146,225,252). Sum of RGB (Red+Green+Blue) = 146+225+252=623 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.43% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #92E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E1FC is #6D1E03. Grayscale: #CCCCCC. Windows color (decimal): -7151108 or 16572818. OLE color: 16572818.
HSL color Cylindrical-coordinate representation of color #92E1FC: hue angle of 195.28º 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 #92E1FC is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 225 | 252 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.01 |
| HSL | 195.28º | 0.95% | 0.78% | - |
| HSV(B) | 195.28º | 0.42% | 0.99% | - |
| XYZ | 56.35 | 66.99 | 102.06 | - |
| YUV | 204.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 225 | 252 | 0.42 | 0.11 | 0 | 0.01 | 195.28 | 0.95 | 0.78 |
| Hex | 92 | E1 | FC | 2A | B | 0 | 1 | C3 | 5F | 4E |
| Octal | 222 | 341 | 374 | 52 | 13 | 0 | 1 | 303 | 137 | 116 |
| Binary | 10010010 | 11100001 | 11111100 | 101010 | 1011 | 0 | 1 | 11000011 | 1011111 | 1001110 |
Color Harmonies of #92E1FC
Complementary color
Monochromatic Colors of #92E1FC
Black with #92E1FC
Text Example
Text Example
White with #92E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E1FC; }
p { color: rgb(146,225,252); }
H1.HeaderClassName
{
color: #92E1FC;
}
.AnyTagClassName
{
color: #92E1FC;
}
</style>
background-color css
<style>
a { background-color: #92E1FC; }
a { background-color: rgb(146,225,252); }
div.DivClassName
{
background-color: #92E1FC;
}
.BgClassName
{
background-color: #92E1FC;
}
</style>
border-color css
<style>
span { border-color: #92E1FC; }
span { border-color: rgb(146,225,252); }
td.TdClassName
{
border-color: #92E1FC;
}
.TagClassName
{
border-color: #92E1FC;
}
</style>