Shades of Columbia Blue #92DEFE
Tints of Columbia Blue #92DEFE
RGB
CMYK
RGB Variations
Color information
#92DEFE (or 0x92DEFE) is known color: Columbia Blue. HEX triplet: 92, DE and FE. RGB value is (146,222,254). Sum of RGB (Red+Green+Blue) = 146+222+254=622 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.47% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #92DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DEFE is #6D2101. Grayscale: #CACACA. Windows color (decimal): -7151874 or 16703122. OLE color: 16703122.
HSL color Cylindrical-coordinate representation of color #92DEFE: hue angle of 197.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 #92DEFE is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 222 | 254 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.00 |
| HSL | 197.78º | 0.98% | 0.78% | - |
| HSV(B) | 197.78º | 0.43% | 1% | - |
| XYZ | 55.86 | 65.51 | 103.47 | - |
| YUV | 202.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 254 | 0.43 | 0.13 | 0 | 0.00 | 197.78 | 0.98 | 0.78 |
| Hex | 92 | DE | FE | 2B | D | 0 | 0 | C6 | 62 | 4E |
| Octal | 222 | 336 | 376 | 53 | 15 | 0 | 0 | 306 | 142 | 116 |
| Binary | 10010010 | 11011110 | 11111110 | 101011 | 1101 | 0 | 0 | 11000110 | 1100010 | 1001110 |
Color Harmonies of #92DEFE
Complementary color
Monochromatic Colors of #92DEFE
Black with #92DEFE
Text Example
Text Example
White with #92DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DEFE; }
p { color: rgb(146,222,254); }
H1.HeaderClassName
{
color: #92DEFE;
}
.AnyTagClassName
{
color: #92DEFE;
}
</style>
background-color css
<style>
a { background-color: #92DEFE; }
a { background-color: rgb(146,222,254); }
div.DivClassName
{
background-color: #92DEFE;
}
.BgClassName
{
background-color: #92DEFE;
}
</style>
border-color css
<style>
span { border-color: #92DEFE; }
span { border-color: rgb(146,222,254); }
td.TdClassName
{
border-color: #92DEFE;
}
.TagClassName
{
border-color: #92DEFE;
}
</style>