Shades of Columbia Blue #9FD2FE
Tints of Columbia Blue #9FD2FE
RGB
CMYK
RGB Variations
Color information
#9FD2FE (or 0x9FD2FE) is known color: Columbia Blue. HEX triplet: 9F, D2 and FE. RGB value is (159,210,254). Sum of RGB (Red+Green+Blue) = 159+210+254=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2FE is #602D01. Grayscale: #C7C7C7. Windows color (decimal): -6302978 or 16700063. OLE color: 16700063.
HSL color Cylindrical-coordinate representation of color #9FD2FE: hue angle of 207.79º 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 #9FD2FE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 210 | 254 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.00 |
| HSL | 207.79º | 0.98% | 0.81% | - |
| HSV(B) | 207.79º | 0.37% | 1% | - |
| XYZ | 55.23 | 60.62 | 102.56 | - |
| YUV | 199.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 254 | 0.37 | 0.17 | 0 | 0.00 | 207.79 | 0.98 | 0.81 |
| Hex | 9F | D2 | FE | 25 | 11 | 0 | 0 | D0 | 62 | 51 |
| Octal | 237 | 322 | 376 | 45 | 21 | 0 | 0 | 320 | 142 | 121 |
| Binary | 10011111 | 11010010 | 11111110 | 100101 | 10001 | 0 | 0 | 11010000 | 1100010 | 1010001 |
Color Harmonies of #9FD2FE
Complementary color
Monochromatic Colors of #9FD2FE
Black with #9FD2FE
Text Example
Text Example
White with #9FD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2FE; }
p { color: rgb(159,210,254); }
H1.HeaderClassName
{
color: #9FD2FE;
}
.AnyTagClassName
{
color: #9FD2FE;
}
</style>
background-color css
<style>
a { background-color: #9FD2FE; }
a { background-color: rgb(159,210,254); }
div.DivClassName
{
background-color: #9FD2FE;
}
.BgClassName
{
background-color: #9FD2FE;
}
</style>
border-color css
<style>
span { border-color: #9FD2FE; }
span { border-color: rgb(159,210,254); }
td.TdClassName
{
border-color: #9FD2FE;
}
.TagClassName
{
border-color: #9FD2FE;
}
</style>