Shades of Columbia Blue #9FE6FD
Tints of Columbia Blue #9FE6FD
RGB
CMYK
RGB Variations
Color information
#9FE6FD (or 0x9FE6FD) is known color: Columbia Blue. HEX triplet: 9F, E6 and FD. RGB value is (159,230,253). Sum of RGB (Red+Green+Blue) = 159+230+253=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6FD is #601902. Grayscale: #D3D3D3. Windows color (decimal): -6297859 or 16639647. OLE color: 16639647.
HSL color Cylindrical-coordinate representation of color #9FE6FD: hue angle of 194.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FE6FD is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 230 | 253 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.01 |
| HSL | 194.68º | 0.96% | 0.81% | - |
| HSV(B) | 194.68º | 0.37% | 0.99% | - |
| XYZ | 60.32 | 71.06 | 103.46 | - |
| YUV | 211.39 | 151.48 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 253 | 0.37 | 0.09 | 0 | 0.01 | 194.68 | 0.96 | 0.81 |
| Hex | 9F | E6 | FD | 25 | 9 | 0 | 1 | C3 | 60 | 51 |
| Octal | 237 | 346 | 375 | 45 | 11 | 0 | 1 | 303 | 140 | 121 |
| Binary | 10011111 | 11100110 | 11111101 | 100101 | 1001 | 0 | 1 | 11000011 | 1100000 | 1010001 |
Color Harmonies of #9FE6FD
Complementary color
Monochromatic Colors of #9FE6FD
Black with #9FE6FD
Text Example
Text Example
White with #9FE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6FD; }
p { color: rgb(159,230,253); }
H1.HeaderClassName
{
color: #9FE6FD;
}
.AnyTagClassName
{
color: #9FE6FD;
}
</style>
background-color css
<style>
a { background-color: #9FE6FD; }
a { background-color: rgb(159,230,253); }
div.DivClassName
{
background-color: #9FE6FD;
}
.BgClassName
{
background-color: #9FE6FD;
}
</style>
border-color css
<style>
span { border-color: #9FE6FD; }
span { border-color: rgb(159,230,253); }
td.TdClassName
{
border-color: #9FE6FD;
}
.TagClassName
{
border-color: #9FE6FD;
}
</style>