Shades of Columbia Blue #92DBFF
Tints of Columbia Blue #92DBFF
RGB
CMYK
RGB Variations
Color information
#92DBFF (or 0x92DBFF) is known color: Columbia Blue. HEX triplet: 92, DB and FF. RGB value is (146,219,255). Sum of RGB (Red+Green+Blue) = 146+219+255=620 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.55% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #92DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DBFF is #6D2400. Grayscale: #C9C9C9. Windows color (decimal): -7152641 or 16767890. OLE color: 16767890.
HSL color Cylindrical-coordinate representation of color #92DBFF: hue angle of 199.82º 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 #92DBFF is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 219 | 255 | - |
| CMYK | 0.43 | 0.14 | 0 | 0 |
| HSL | 199.82º | 1% | 0.79% | - |
| HSV(B) | 199.82º | 0.43% | 1% | - |
| XYZ | 55.24 | 63.99 | 104.05 | - |
| YUV | 201.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 255 | 0.43 | 0.14 | 0 | 0 | 199.82 | 1 | 0.79 |
| Hex | 92 | DB | FF | 2B | E | 0 | 0 | C8 | 64 | 4F |
| Octal | 222 | 333 | 377 | 53 | 16 | 0 | 0 | 310 | 144 | 117 |
| Binary | 10010010 | 11011011 | 11111111 | 101011 | 1110 | 0 | 0 | 11001000 | 1100100 | 1001111 |
Color Harmonies of #92DBFF
Complementary color
Monochromatic Colors of #92DBFF
Black with #92DBFF
Text Example
Text Example
White with #92DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBFF; }
p { color: rgb(146,219,255); }
H1.HeaderClassName
{
color: #92DBFF;
}
.AnyTagClassName
{
color: #92DBFF;
}
</style>
background-color css
<style>
a { background-color: #92DBFF; }
a { background-color: rgb(146,219,255); }
div.DivClassName
{
background-color: #92DBFF;
}
.BgClassName
{
background-color: #92DBFF;
}
</style>
border-color css
<style>
span { border-color: #92DBFF; }
span { border-color: rgb(146,219,255); }
td.TdClassName
{
border-color: #92DBFF;
}
.TagClassName
{
border-color: #92DBFF;
}
</style>