Shades of Columbia Blue #92DDFF
Tints of Columbia Blue #92DDFF
RGB
CMYK
RGB Variations
Color information
#92DDFF (or 0x92DDFF) is known color: Columbia Blue. HEX triplet: 92, DD and FF. RGB value is (146,221,255). Sum of RGB (Red+Green+Blue) = 146+221+255=622 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.47% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #92DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DDFF is #6D2200. Grayscale: #CACACA. Windows color (decimal): -7152129 or 16768402. OLE color: 16768402.
HSL color Cylindrical-coordinate representation of color #92DDFF: hue angle of 198.72º 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 #92DDFF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 221 | 255 | - |
| CMYK | 0.43 | 0.13 | 0 | 0 |
| HSL | 198.72º | 1% | 0.79% | - |
| HSV(B) | 198.72º | 0.43% | 1% | - |
| XYZ | 55.76 | 65.04 | 104.22 | - |
| YUV | 202.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 255 | 0.43 | 0.13 | 0 | 0 | 198.72 | 1 | 0.79 |
| Hex | 92 | DD | FF | 2B | D | 0 | 0 | C7 | 64 | 4F |
| Octal | 222 | 335 | 377 | 53 | 15 | 0 | 0 | 307 | 144 | 117 |
| Binary | 10010010 | 11011101 | 11111111 | 101011 | 1101 | 0 | 0 | 11000111 | 1100100 | 1001111 |
Color Harmonies of #92DDFF
Complementary color
Monochromatic Colors of #92DDFF
Black with #92DDFF
Text Example
Text Example
White with #92DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDFF; }
p { color: rgb(146,221,255); }
H1.HeaderClassName
{
color: #92DDFF;
}
.AnyTagClassName
{
color: #92DDFF;
}
</style>
background-color css
<style>
a { background-color: #92DDFF; }
a { background-color: rgb(146,221,255); }
div.DivClassName
{
background-color: #92DDFF;
}
.BgClassName
{
background-color: #92DDFF;
}
</style>
border-color css
<style>
span { border-color: #92DDFF; }
span { border-color: rgb(146,221,255); }
td.TdClassName
{
border-color: #92DDFF;
}
.TagClassName
{
border-color: #92DDFF;
}
</style>