Shades of Columbia Blue #9FDEF6
Tints of Columbia Blue #9FDEF6
RGB
CMYK
RGB Variations
Color information
#9FDEF6 (or 0x9FDEF6) is known color: Columbia Blue. HEX triplet: 9F, DE and F6. RGB value is (159,222,246). Sum of RGB (Red+Green+Blue) = 159+222+246=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FDEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEF6 is #602109. Grayscale: #CDCDCD. Windows color (decimal): -6299914 or 16178847. OLE color: 16178847.
HSL color Cylindrical-coordinate representation of color #9FDEF6: hue angle of 196.55º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FDEF6 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 222 | 246 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.04 |
| HSL | 196.55º | 0.83% | 0.79% | - |
| HSV(B) | 196.55º | 0.35% | 0.96% | - |
| XYZ | 57.05 | 66.27 | 96.97 | - |
| YUV | 205.9 | 150.63 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 246 | 0.35 | 0.10 | 0 | 0.04 | 196.55 | 0.83 | 0.79 |
| Hex | 9F | DE | F6 | 23 | A | 0 | 4 | C5 | 53 | 4F |
| Octal | 237 | 336 | 366 | 43 | 12 | 0 | 4 | 305 | 123 | 117 |
| Binary | 10011111 | 11011110 | 11110110 | 100011 | 1010 | 0 | 100 | 11000101 | 1010011 | 1001111 |
Color Harmonies of #9FDEF6
Complementary color
Monochromatic Colors of #9FDEF6
Black with #9FDEF6
Text Example
Text Example
White with #9FDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEF6; }
p { color: rgb(159,222,246); }
H1.HeaderClassName
{
color: #9FDEF6;
}
.AnyTagClassName
{
color: #9FDEF6;
}
</style>
background-color css
<style>
a { background-color: #9FDEF6; }
a { background-color: rgb(159,222,246); }
div.DivClassName
{
background-color: #9FDEF6;
}
.BgClassName
{
background-color: #9FDEF6;
}
</style>
border-color css
<style>
span { border-color: #9FDEF6; }
span { border-color: rgb(159,222,246); }
td.TdClassName
{
border-color: #9FDEF6;
}
.TagClassName
{
border-color: #9FDEF6;
}
</style>