Shades of Columbia Blue #96D0FF
Tints of Columbia Blue #96D0FF
RGB
CMYK
RGB Variations
Color information
#96D0FF (or 0x96D0FF) is known color: Columbia Blue. HEX triplet: 96, D0 and FF. RGB value is (150,208,255). Sum of RGB (Red+Green+Blue) = 150+208+255=613 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.47% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #96D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D0FF is #692F00. Grayscale: #C3C3C3. Windows color (decimal): -6893313 or 16765078. OLE color: 16765078.
HSL color Cylindrical-coordinate representation of color #96D0FF: hue angle of 206.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96D0FF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 150 | 208 | 255 | - |
CMYK | 0.41 | 0.18 | 0 | 0 |
HSL | 206.86º | 1% | 0.79% | - |
HSV(B) | 206.86º | 0.41% | 1% | - |
XYZ | 53.18 | 58.82 | 103.16 | - |
YUV | 196.02 | 161.28 | 95.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 208 | 255 | 0.41 | 0.18 | 0 | 0 | 206.86 | 1 | 0.79 |
Hex | 96 | D0 | FF | 29 | 12 | 0 | 0 | CF | 64 | 4F |
Octal | 226 | 320 | 377 | 51 | 22 | 0 | 0 | 317 | 144 | 117 |
Binary | 10010110 | 11010000 | 11111111 | 101001 | 10010 | 0 | 0 | 11001111 | 1100100 | 1001111 |
Color Harmonies of #96D0FF
Complementary color
Monochromatic Colors of #96D0FF
Black with #96D0FF
Text Example
Text Example
White with #96D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D0FF; }
p { color: rgb(150,208,255); }
H1.HeaderClassName
{
color: #96D0FF;
}
.AnyTagClassName
{
color: #96D0FF;
}
</style>
background-color css
<style>
a { background-color: #96D0FF; }
a { background-color: rgb(150,208,255); }
div.DivClassName
{
background-color: #96D0FF;
}
.BgClassName
{
background-color: #96D0FF;
}
</style>
border-color css
<style>
span { border-color: #96D0FF; }
span { border-color: rgb(150,208,255); }
td.TdClassName
{
border-color: #96D0FF;
}
.TagClassName
{
border-color: #96D0FF;
}
</style>