Shades of Columbia Blue #9FDEF9
Tints of Columbia Blue #9FDEF9
RGB
CMYK
RGB Variations
Color information
#9FDEF9 (or 0x9FDEF9) is known color: Columbia Blue. HEX triplet: 9F, DE and F9. RGB value is (159,222,249). Sum of RGB (Red+Green+Blue) = 159+222+249=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FDEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEF9 is #602106. Grayscale: #CECECE. Windows color (decimal): -6299911 or 16375455. OLE color: 16375455.
HSL color Cylindrical-coordinate representation of color #9FDEF9: hue angle of 198º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FDEF9 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 222 | 249 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.02 |
| HSL | 198º | 0.88% | 0.8% | - |
| HSV(B) | 198º | 0.36% | 0.98% | - |
| XYZ | 57.52 | 66.45 | 99.42 | - |
| YUV | 206.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 249 | 0.36 | 0.11 | 0 | 0.02 | 198 | 0.88 | 0.8 |
| Hex | 9F | DE | F9 | 24 | B | 0 | 2 | C6 | 58 | 50 |
| Octal | 237 | 336 | 371 | 44 | 13 | 0 | 2 | 306 | 130 | 120 |
| Binary | 10011111 | 11011110 | 11111001 | 100100 | 1011 | 0 | 10 | 11000110 | 1011000 | 1010000 |
Color Harmonies of #9FDEF9
Complementary color
Monochromatic Colors of #9FDEF9
Black with #9FDEF9
Text Example
Text Example
White with #9FDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEF9; }
p { color: rgb(159,222,249); }
H1.HeaderClassName
{
color: #9FDEF9;
}
.AnyTagClassName
{
color: #9FDEF9;
}
</style>
background-color css
<style>
a { background-color: #9FDEF9; }
a { background-color: rgb(159,222,249); }
div.DivClassName
{
background-color: #9FDEF9;
}
.BgClassName
{
background-color: #9FDEF9;
}
</style>
border-color css
<style>
span { border-color: #9FDEF9; }
span { border-color: rgb(159,222,249); }
td.TdClassName
{
border-color: #9FDEF9;
}
.TagClassName
{
border-color: #9FDEF9;
}
</style>