Shades of Columbia Blue #9FDCFF
Tints of Columbia Blue #9FDCFF
RGB
CMYK
RGB Variations
Color information
#9FDCFF (or 0x9FDCFF) is known color: Columbia Blue. HEX triplet: 9F, DC and FF. RGB value is (159,220,255). Sum of RGB (Red+Green+Blue) = 159+220+255=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCFF is #602300. Grayscale: #CDCDCD. Windows color (decimal): -6300417 or 16768159. OLE color: 16768159.
HSL color Cylindrical-coordinate representation of color #9FDCFF: hue angle of 201.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FDCFF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 220 | 255 | - |
| CMYK | 0.38 | 0.14 | 0 | 0 |
| HSL | 201.88º | 1% | 0.81% | - |
| HSV(B) | 201.88º | 0.38% | 1% | - |
| XYZ | 57.94 | 65.78 | 104.25 | - |
| YUV | 205.75 | 155.79 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 255 | 0.38 | 0.14 | 0 | 0 | 201.88 | 1 | 0.81 |
| Hex | 9F | DC | FF | 26 | E | 0 | 0 | CA | 64 | 51 |
| Octal | 237 | 334 | 377 | 46 | 16 | 0 | 0 | 312 | 144 | 121 |
| Binary | 10011111 | 11011100 | 11111111 | 100110 | 1110 | 0 | 0 | 11001010 | 1100100 | 1010001 |
Color Harmonies of #9FDCFF
Complementary color
Monochromatic Colors of #9FDCFF
Black with #9FDCFF
Text Example
Text Example
White with #9FDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCFF; }
p { color: rgb(159,220,255); }
H1.HeaderClassName
{
color: #9FDCFF;
}
.AnyTagClassName
{
color: #9FDCFF;
}
</style>
background-color css
<style>
a { background-color: #9FDCFF; }
a { background-color: rgb(159,220,255); }
div.DivClassName
{
background-color: #9FDCFF;
}
.BgClassName
{
background-color: #9FDCFF;
}
</style>
border-color css
<style>
span { border-color: #9FDCFF; }
span { border-color: rgb(159,220,255); }
td.TdClassName
{
border-color: #9FDCFF;
}
.TagClassName
{
border-color: #9FDCFF;
}
</style>