Shades of Columbia Blue #9FDAFE
Tints of Columbia Blue #9FDAFE
RGB
CMYK
RGB Variations
Color information
#9FDAFE (or 0x9FDAFE) is known color: Columbia Blue. HEX triplet: 9F, DA and FE. RGB value is (159,218,254). Sum of RGB (Red+Green+Blue) = 159+218+254=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDAFE is #602501. Grayscale: #CCCCCC. Windows color (decimal): -6300930 or 16702111. OLE color: 16702111.
HSL color Cylindrical-coordinate representation of color #9FDAFE: hue angle of 202.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FDAFE is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 218 | 254 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.00 |
| HSL | 202.74º | 0.98% | 0.81% | - |
| HSV(B) | 202.74º | 0.37% | 1% | - |
| XYZ | 57.26 | 64.67 | 103.23 | - |
| YUV | 204.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 254 | 0.37 | 0.14 | 0 | 0.00 | 202.74 | 0.98 | 0.81 |
| Hex | 9F | DA | FE | 25 | E | 0 | 0 | CB | 62 | 51 |
| Octal | 237 | 332 | 376 | 45 | 16 | 0 | 0 | 313 | 142 | 121 |
| Binary | 10011111 | 11011010 | 11111110 | 100101 | 1110 | 0 | 0 | 11001011 | 1100010 | 1010001 |
Color Harmonies of #9FDAFE
Complementary color
Monochromatic Colors of #9FDAFE
Black with #9FDAFE
Text Example
Text Example
White with #9FDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDAFE; }
p { color: rgb(159,218,254); }
H1.HeaderClassName
{
color: #9FDAFE;
}
.AnyTagClassName
{
color: #9FDAFE;
}
</style>
background-color css
<style>
a { background-color: #9FDAFE; }
a { background-color: rgb(159,218,254); }
div.DivClassName
{
background-color: #9FDAFE;
}
.BgClassName
{
background-color: #9FDAFE;
}
</style>
border-color css
<style>
span { border-color: #9FDAFE; }
span { border-color: rgb(159,218,254); }
td.TdClassName
{
border-color: #9FDAFE;
}
.TagClassName
{
border-color: #9FDAFE;
}
</style>