Shades of Columbia Blue #92DEFC
Tints of Columbia Blue #92DEFC
RGB
CMYK
RGB Variations
Color information
#92DEFC (or 0x92DEFC) is known color: Columbia Blue. HEX triplet: 92, DE and FC. RGB value is (146,222,252). Sum of RGB (Red+Green+Blue) = 146+222+252=620 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.55% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #92DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DEFC is #6D2103. Grayscale: #CACACA. Windows color (decimal): -7151876 or 16572050. OLE color: 16572050.
HSL color Cylindrical-coordinate representation of color #92DEFC: hue angle of 196.98º degrees, saturation: 0.95, 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 #92DEFC is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 222 | 252 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.01 |
| HSL | 196.98º | 0.95% | 0.78% | - |
| HSV(B) | 196.98º | 0.42% | 0.99% | - |
| XYZ | 55.55 | 65.38 | 101.79 | - |
| YUV | 202.7 | 155.82 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 252 | 0.42 | 0.12 | 0 | 0.01 | 196.98 | 0.95 | 0.78 |
| Hex | 92 | DE | FC | 2A | C | 0 | 1 | C5 | 5F | 4E |
| Octal | 222 | 336 | 374 | 52 | 14 | 0 | 1 | 305 | 137 | 116 |
| Binary | 10010010 | 11011110 | 11111100 | 101010 | 1100 | 0 | 1 | 11000101 | 1011111 | 1001110 |
Color Harmonies of #92DEFC
Complementary color
Monochromatic Colors of #92DEFC
Black with #92DEFC
Text Example
Text Example
White with #92DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DEFC; }
p { color: rgb(146,222,252); }
H1.HeaderClassName
{
color: #92DEFC;
}
.AnyTagClassName
{
color: #92DEFC;
}
</style>
background-color css
<style>
a { background-color: #92DEFC; }
a { background-color: rgb(146,222,252); }
div.DivClassName
{
background-color: #92DEFC;
}
.BgClassName
{
background-color: #92DEFC;
}
</style>
border-color css
<style>
span { border-color: #92DEFC; }
span { border-color: rgb(146,222,252); }
td.TdClassName
{
border-color: #92DEFC;
}
.TagClassName
{
border-color: #92DEFC;
}
</style>