Shades of Columbia Blue #92DFF3
Tints of Columbia Blue #92DFF3
RGB
CMYK
RGB Variations
Color information
#92DFF3 (or 0x92DFF3) is known color: Columbia Blue. HEX triplet: 92, DF and F3. RGB value is (146,223,243). Sum of RGB (Red+Green+Blue) = 146+223+243=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #92DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DFF3 is #6D200C. Grayscale: #CACACA. Windows color (decimal): -7151629 or 15982482. OLE color: 15982482.
HSL color Cylindrical-coordinate representation of color #92DFF3: hue angle of 192.37º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92DFF3 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 223 | 243 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.05 |
| HSL | 192.37º | 0.8% | 0.76% | - |
| HSV(B) | 192.37º | 0.4% | 0.95% | - |
| XYZ | 54.42 | 65.36 | 94.54 | - |
| YUV | 202.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 243 | 0.40 | 0.08 | 0 | 0.05 | 192.37 | 0.8 | 0.76 |
| Hex | 92 | DF | F3 | 28 | 8 | 0 | 5 | C0 | 50 | 4C |
| Octal | 222 | 337 | 363 | 50 | 10 | 0 | 5 | 300 | 120 | 114 |
| Binary | 10010010 | 11011111 | 11110011 | 101000 | 1000 | 0 | 101 | 11000000 | 1010000 | 1001100 |
Color Harmonies of #92DFF3
Complementary color
Monochromatic Colors of #92DFF3
Black with #92DFF3
Text Example
Text Example
White with #92DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFF3; }
p { color: rgb(146,223,243); }
H1.HeaderClassName
{
color: #92DFF3;
}
.AnyTagClassName
{
color: #92DFF3;
}
</style>
background-color css
<style>
a { background-color: #92DFF3; }
a { background-color: rgb(146,223,243); }
div.DivClassName
{
background-color: #92DFF3;
}
.BgClassName
{
background-color: #92DFF3;
}
</style>
border-color css
<style>
span { border-color: #92DFF3; }
span { border-color: rgb(146,223,243); }
td.TdClassName
{
border-color: #92DFF3;
}
.TagClassName
{
border-color: #92DFF3;
}
</style>