Shades of Columbia Blue #9AD4FB
Tints of Columbia Blue #9AD4FB
RGB
CMYK
RGB Variations
Color information
#9AD4FB (or 0x9AD4FB) is known color: Columbia Blue. HEX triplet: 9A, D4 and FB. RGB value is (154,212,251). Sum of RGB (Red+Green+Blue) = 154+212+251=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #9AD4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD4FB is #652B04. Grayscale: #C6C6C6. Windows color (decimal): -6630149 or 16503962. OLE color: 16503962.
HSL color Cylindrical-coordinate representation of color #9AD4FB: hue angle of 204.12º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD4FB is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 212 | 251 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.02 |
| HSL | 204.12º | 0.92% | 0.79% | - |
| HSV(B) | 204.12º | 0.39% | 0.98% | - |
| XYZ | 54.28 | 60.92 | 100.16 | - |
| YUV | 199.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 251 | 0.39 | 0.16 | 0 | 0.02 | 204.12 | 0.92 | 0.79 |
| Hex | 9A | D4 | FB | 27 | 10 | 0 | 2 | CC | 5C | 4F |
| Octal | 232 | 324 | 373 | 47 | 20 | 0 | 2 | 314 | 134 | 117 |
| Binary | 10011010 | 11010100 | 11111011 | 100111 | 10000 | 0 | 10 | 11001100 | 1011100 | 1001111 |
Color Harmonies of #9AD4FB
Complementary color
Monochromatic Colors of #9AD4FB
Black with #9AD4FB
Text Example
Text Example
White with #9AD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4FB; }
p { color: rgb(154,212,251); }
H1.HeaderClassName
{
color: #9AD4FB;
}
.AnyTagClassName
{
color: #9AD4FB;
}
</style>
background-color css
<style>
a { background-color: #9AD4FB; }
a { background-color: rgb(154,212,251); }
div.DivClassName
{
background-color: #9AD4FB;
}
.BgClassName
{
background-color: #9AD4FB;
}
</style>
border-color css
<style>
span { border-color: #9AD4FB; }
span { border-color: rgb(154,212,251); }
td.TdClassName
{
border-color: #9AD4FB;
}
.TagClassName
{
border-color: #9AD4FB;
}
</style>