Shades of Columbia Blue #92D9FF
Tints of Columbia Blue #92D9FF
RGB
CMYK
RGB Variations
Color information
#92D9FF (or 0x92D9FF) is known color: Columbia Blue. HEX triplet: 92, D9 and FF. RGB value is (146,217,255). Sum of RGB (Red+Green+Blue) = 146+217+255=618 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.62% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #92D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D9FF is #6D2600. Grayscale: #C7C7C7. Windows color (decimal): -7153153 or 16767378. OLE color: 16767378.
HSL color Cylindrical-coordinate representation of color #92D9FF: hue angle of 200.92º 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 #92D9FF is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 217 | 255 | - |
| CMYK | 0.43 | 0.15 | 0 | 0 |
| HSL | 200.92º | 1% | 0.79% | - |
| HSV(B) | 200.92º | 0.43% | 1% | - |
| XYZ | 54.72 | 62.96 | 103.88 | - |
| YUV | 200.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 217 | 255 | 0.43 | 0.15 | 0 | 0 | 200.92 | 1 | 0.79 |
| Hex | 92 | D9 | FF | 2B | F | 0 | 0 | C9 | 64 | 4F |
| Octal | 222 | 331 | 377 | 53 | 17 | 0 | 0 | 311 | 144 | 117 |
| Binary | 10010010 | 11011001 | 11111111 | 101011 | 1111 | 0 | 0 | 11001001 | 1100100 | 1001111 |
Color Harmonies of #92D9FF
Complementary color
Monochromatic Colors of #92D9FF
Black with #92D9FF
Text Example
Text Example
White with #92D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D9FF; }
p { color: rgb(146,217,255); }
H1.HeaderClassName
{
color: #92D9FF;
}
.AnyTagClassName
{
color: #92D9FF;
}
</style>
background-color css
<style>
a { background-color: #92D9FF; }
a { background-color: rgb(146,217,255); }
div.DivClassName
{
background-color: #92D9FF;
}
.BgClassName
{
background-color: #92D9FF;
}
</style>
border-color css
<style>
span { border-color: #92D9FF; }
span { border-color: rgb(146,217,255); }
td.TdClassName
{
border-color: #92D9FF;
}
.TagClassName
{
border-color: #92D9FF;
}
</style>