Shades of Columbia Blue #96D5FD
Tints of Columbia Blue #96D5FD
RGB
CMYK
RGB Variations
Color information
#96D5FD (or 0x96D5FD) is known color: Columbia Blue. HEX triplet: 96, D5 and FD. RGB value is (150,213,253). Sum of RGB (Red+Green+Blue) = 150+213+253=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #96D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D5FD is #692A02. Grayscale: #C6C6C6. Windows color (decimal): -6892035 or 16635286. OLE color: 16635286.
HSL color Cylindrical-coordinate representation of color #96D5FD: hue angle of 203.3º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96D5FD is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 150 | 213 | 253 | - |
CMYK | 0.41 | 0.16 | 0 | 0.01 |
HSL | 203.3º | 0.96% | 0.79% | - |
HSV(B) | 203.3º | 0.41% | 0.99% | - |
XYZ | 54.1 | 61.16 | 101.88 | - |
YUV | 198.72 | 158.63 | 93.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 213 | 253 | 0.41 | 0.16 | 0 | 0.01 | 203.3 | 0.96 | 0.79 |
Hex | 96 | D5 | FD | 29 | 10 | 0 | 1 | CB | 60 | 4F |
Octal | 226 | 325 | 375 | 51 | 20 | 0 | 1 | 313 | 140 | 117 |
Binary | 10010110 | 11010101 | 11111101 | 101001 | 10000 | 0 | 1 | 11001011 | 1100000 | 1001111 |
Color Harmonies of #96D5FD
Complementary color
Monochromatic Colors of #96D5FD
Black with #96D5FD
Text Example
Text Example
White with #96D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5FD; }
p { color: rgb(150,213,253); }
H1.HeaderClassName
{
color: #96D5FD;
}
.AnyTagClassName
{
color: #96D5FD;
}
</style>
background-color css
<style>
a { background-color: #96D5FD; }
a { background-color: rgb(150,213,253); }
div.DivClassName
{
background-color: #96D5FD;
}
.BgClassName
{
background-color: #96D5FD;
}
</style>
border-color css
<style>
span { border-color: #96D5FD; }
span { border-color: rgb(150,213,253); }
td.TdClassName
{
border-color: #96D5FD;
}
.TagClassName
{
border-color: #96D5FD;
}
</style>