Shades of Columbia Blue #9FDCFE
Tints of Columbia Blue #9FDCFE
RGB
CMYK
RGB Variations
Color information
#9FDCFE (or 0x9FDCFE) is known color: Columbia Blue. HEX triplet: 9F, DC and FE. RGB value is (159,220,254). Sum of RGB (Red+Green+Blue) = 159+220+254=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCFE is #602301. Grayscale: #CDCDCD. Windows color (decimal): -6300418 or 16702623. OLE color: 16702623.
HSL color Cylindrical-coordinate representation of color #9FDCFE: hue angle of 201.47º 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 #9FDCFE is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 220 | 254 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.00 |
| HSL | 201.47º | 0.98% | 0.81% | - |
| HSV(B) | 201.47º | 0.37% | 1% | - |
| XYZ | 57.78 | 65.71 | 103.4 | - |
| YUV | 205.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 254 | 0.37 | 0.13 | 0 | 0.00 | 201.47 | 0.98 | 0.81 |
| Hex | 9F | DC | FE | 25 | D | 0 | 0 | C9 | 62 | 51 |
| Octal | 237 | 334 | 376 | 45 | 15 | 0 | 0 | 311 | 142 | 121 |
| Binary | 10011111 | 11011100 | 11111110 | 100101 | 1101 | 0 | 0 | 11001001 | 1100010 | 1010001 |
Color Harmonies of #9FDCFE
Complementary color
Monochromatic Colors of #9FDCFE
Black with #9FDCFE
Text Example
Text Example
White with #9FDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCFE; }
p { color: rgb(159,220,254); }
H1.HeaderClassName
{
color: #9FDCFE;
}
.AnyTagClassName
{
color: #9FDCFE;
}
</style>
background-color css
<style>
a { background-color: #9FDCFE; }
a { background-color: rgb(159,220,254); }
div.DivClassName
{
background-color: #9FDCFE;
}
.BgClassName
{
background-color: #9FDCFE;
}
</style>
border-color css
<style>
span { border-color: #9FDCFE; }
span { border-color: rgb(159,220,254); }
td.TdClassName
{
border-color: #9FDCFE;
}
.TagClassName
{
border-color: #9FDCFE;
}
</style>