Shades of Columbia Blue #92DCF5
Tints of Columbia Blue #92DCF5
RGB
CMYK
RGB Variations
Color information
#92DCF5 (or 0x92DCF5) is known color: Columbia Blue. HEX triplet: 92, DC and F5. RGB value is (146,220,245). Sum of RGB (Red+Green+Blue) = 146+220+245=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #92DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DCF5 is #6D230A. Grayscale: #C8C8C8. Windows color (decimal): -7152395 or 16112786. OLE color: 16112786.
HSL color Cylindrical-coordinate representation of color #92DCF5: hue angle of 195.15º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92DCF5 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 220 | 245 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.04 |
| HSL | 195.15º | 0.83% | 0.77% | - |
| HSV(B) | 195.15º | 0.4% | 0.96% | - |
| XYZ | 53.93 | 63.89 | 95.88 | - |
| YUV | 200.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 245 | 0.40 | 0.10 | 0 | 0.04 | 195.15 | 0.83 | 0.77 |
| Hex | 92 | DC | F5 | 28 | A | 0 | 4 | C3 | 53 | 4D |
| Octal | 222 | 334 | 365 | 50 | 12 | 0 | 4 | 303 | 123 | 115 |
| Binary | 10010010 | 11011100 | 11110101 | 101000 | 1010 | 0 | 100 | 11000011 | 1010011 | 1001101 |
Color Harmonies of #92DCF5
Complementary color
Monochromatic Colors of #92DCF5
Black with #92DCF5
Text Example
Text Example
White with #92DCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCF5; }
p { color: rgb(146,220,245); }
H1.HeaderClassName
{
color: #92DCF5;
}
.AnyTagClassName
{
color: #92DCF5;
}
</style>
background-color css
<style>
a { background-color: #92DCF5; }
a { background-color: rgb(146,220,245); }
div.DivClassName
{
background-color: #92DCF5;
}
.BgClassName
{
background-color: #92DCF5;
}
</style>
border-color css
<style>
span { border-color: #92DCF5; }
span { border-color: rgb(146,220,245); }
td.TdClassName
{
border-color: #92DCF5;
}
.TagClassName
{
border-color: #92DCF5;
}
</style>