Shades of Columbia Blue #92DBFD
Tints of Columbia Blue #92DBFD
RGB
CMYK
RGB Variations
Color information
#92DBFD (or 0x92DBFD) is known color: Columbia Blue. HEX triplet: 92, DB and FD. RGB value is (146,219,253). Sum of RGB (Red+Green+Blue) = 146+219+253=618 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.62% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #92DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DBFD is #6D2402. Grayscale: #C8C8C8. Windows color (decimal): -7152643 or 16636818. OLE color: 16636818.
HSL color Cylindrical-coordinate representation of color #92DBFD: hue angle of 199.07º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92DBFD is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 219 | 253 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.01 |
| HSL | 199.07º | 0.96% | 0.78% | - |
| HSV(B) | 199.07º | 0.42% | 0.99% | - |
| XYZ | 54.92 | 63.87 | 102.36 | - |
| YUV | 201.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 253 | 0.42 | 0.13 | 0 | 0.01 | 199.07 | 0.96 | 0.78 |
| Hex | 92 | DB | FD | 2A | D | 0 | 1 | C7 | 60 | 4E |
| Octal | 222 | 333 | 375 | 52 | 15 | 0 | 1 | 307 | 140 | 116 |
| Binary | 10010010 | 11011011 | 11111101 | 101010 | 1101 | 0 | 1 | 11000111 | 1100000 | 1001110 |
Color Harmonies of #92DBFD
Complementary color
Monochromatic Colors of #92DBFD
Black with #92DBFD
Text Example
Text Example
White with #92DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBFD; }
p { color: rgb(146,219,253); }
H1.HeaderClassName
{
color: #92DBFD;
}
.AnyTagClassName
{
color: #92DBFD;
}
</style>
background-color css
<style>
a { background-color: #92DBFD; }
a { background-color: rgb(146,219,253); }
div.DivClassName
{
background-color: #92DBFD;
}
.BgClassName
{
background-color: #92DBFD;
}
</style>
border-color css
<style>
span { border-color: #92DBFD; }
span { border-color: rgb(146,219,253); }
td.TdClassName
{
border-color: #92DBFD;
}
.TagClassName
{
border-color: #92DBFD;
}
</style>