Shades of Columbia Blue #9FDEF7
Tints of Columbia Blue #9FDEF7
RGB
CMYK
RGB Variations
Color information
#9FDEF7 (or 0x9FDEF7) is known color: Columbia Blue. HEX triplet: 9F, DE and F7. RGB value is (159,222,247). Sum of RGB (Red+Green+Blue) = 159+222+247=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FDEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEF7 is #602108. Grayscale: #CDCDCD. Windows color (decimal): -6299913 or 16244383. OLE color: 16244383.
HSL color Cylindrical-coordinate representation of color #9FDEF7: hue angle of 197.05º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FDEF7 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 222 | 247 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.03 |
| HSL | 197.05º | 0.85% | 0.8% | - |
| HSV(B) | 197.05º | 0.36% | 0.97% | - |
| XYZ | 57.21 | 66.33 | 97.78 | - |
| YUV | 206.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 247 | 0.36 | 0.10 | 0 | 0.03 | 197.05 | 0.85 | 0.8 |
| Hex | 9F | DE | F7 | 24 | A | 0 | 3 | C5 | 55 | 50 |
| Octal | 237 | 336 | 367 | 44 | 12 | 0 | 3 | 305 | 125 | 120 |
| Binary | 10011111 | 11011110 | 11110111 | 100100 | 1010 | 0 | 11 | 11000101 | 1010101 | 1010000 |
Color Harmonies of #9FDEF7
Complementary color
Monochromatic Colors of #9FDEF7
Black with #9FDEF7
Text Example
Text Example
White with #9FDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEF7; }
p { color: rgb(159,222,247); }
H1.HeaderClassName
{
color: #9FDEF7;
}
.AnyTagClassName
{
color: #9FDEF7;
}
</style>
background-color css
<style>
a { background-color: #9FDEF7; }
a { background-color: rgb(159,222,247); }
div.DivClassName
{
background-color: #9FDEF7;
}
.BgClassName
{
background-color: #9FDEF7;
}
</style>
border-color css
<style>
span { border-color: #9FDEF7; }
span { border-color: rgb(159,222,247); }
td.TdClassName
{
border-color: #9FDEF7;
}
.TagClassName
{
border-color: #9FDEF7;
}
</style>