Shades of Columbia Blue #9AD5FF
Tints of Columbia Blue #9AD5FF
RGB
CMYK
RGB Variations
Color information
#9AD5FF (or 0x9AD5FF) is known color: Columbia Blue. HEX triplet: 9A, D5 and FF. RGB value is (154,213,255). Sum of RGB (Red+Green+Blue) = 154+213+255=622 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.76% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD5FF is #652A00. Grayscale: #C7C7C7. Windows color (decimal): -6629889 or 16766362. OLE color: 16766362.
HSL color Cylindrical-coordinate representation of color #9AD5FF: hue angle of 204.95º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD5FF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 213 | 255 | - |
| CMYK | 0.40 | 0.16 | 0 | 0 |
| HSL | 204.95º | 1% | 0.8% | - |
| HSV(B) | 204.95º | 0.4% | 1% | - |
| XYZ | 55.17 | 61.68 | 103.61 | - |
| YUV | 200.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 255 | 0.40 | 0.16 | 0 | 0 | 204.95 | 1 | 0.8 |
| Hex | 9A | D5 | FF | 28 | 10 | 0 | 0 | CD | 64 | 50 |
| Octal | 232 | 325 | 377 | 50 | 20 | 0 | 0 | 315 | 144 | 120 |
| Binary | 10011010 | 11010101 | 11111111 | 101000 | 10000 | 0 | 0 | 11001101 | 1100100 | 1010000 |
Color Harmonies of #9AD5FF
Complementary color
Monochromatic Colors of #9AD5FF
Black with #9AD5FF
Text Example
Text Example
White with #9AD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD5FF; }
p { color: rgb(154,213,255); }
H1.HeaderClassName
{
color: #9AD5FF;
}
.AnyTagClassName
{
color: #9AD5FF;
}
</style>
background-color css
<style>
a { background-color: #9AD5FF; }
a { background-color: rgb(154,213,255); }
div.DivClassName
{
background-color: #9AD5FF;
}
.BgClassName
{
background-color: #9AD5FF;
}
</style>
border-color css
<style>
span { border-color: #9AD5FF; }
span { border-color: rgb(154,213,255); }
td.TdClassName
{
border-color: #9AD5FF;
}
.TagClassName
{
border-color: #9AD5FF;
}
</style>