Shades of Columbia Blue #92E4FF
Tints of Columbia Blue #92E4FF
RGB
CMYK
RGB Variations
Color information
#92E4FF (or 0x92E4FF) is known color: Columbia Blue. HEX triplet: 92, E4 and FF. RGB value is (146,228,255). Sum of RGB (Red+Green+Blue) = 146+228+255=629 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.21% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #92E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E4FF is #6D1B00. Grayscale: #CECECE. Windows color (decimal): -7150337 or 16770194. OLE color: 16770194.
HSL color Cylindrical-coordinate representation of color #92E4FF: hue angle of 194.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92E4FF is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 228 | 255 | - |
| CMYK | 0.43 | 0.11 | 0 | 0 |
| HSL | 194.86º | 1% | 0.79% | - |
| HSV(B) | 194.86º | 0.43% | 1% | - |
| XYZ | 57.65 | 68.82 | 104.85 | - |
| YUV | 206.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 228 | 255 | 0.43 | 0.11 | 0 | 0 | 194.86 | 1 | 0.79 |
| Hex | 92 | E4 | FF | 2B | B | 0 | 0 | C3 | 64 | 4F |
| Octal | 222 | 344 | 377 | 53 | 13 | 0 | 0 | 303 | 144 | 117 |
| Binary | 10010010 | 11100100 | 11111111 | 101011 | 1011 | 0 | 0 | 11000011 | 1100100 | 1001111 |
Color Harmonies of #92E4FF
Complementary color
Monochromatic Colors of #92E4FF
Black with #92E4FF
Text Example
Text Example
White with #92E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E4FF; }
p { color: rgb(146,228,255); }
H1.HeaderClassName
{
color: #92E4FF;
}
.AnyTagClassName
{
color: #92E4FF;
}
</style>
background-color css
<style>
a { background-color: #92E4FF; }
a { background-color: rgb(146,228,255); }
div.DivClassName
{
background-color: #92E4FF;
}
.BgClassName
{
background-color: #92E4FF;
}
</style>
border-color css
<style>
span { border-color: #92E4FF; }
span { border-color: rgb(146,228,255); }
td.TdClassName
{
border-color: #92E4FF;
}
.TagClassName
{
border-color: #92E4FF;
}
</style>