Shades of Columbia Blue #9AD3FF
Tints of Columbia Blue #9AD3FF
RGB
CMYK
RGB Variations
Color information
#9AD3FF (or 0x9AD3FF) is known color: Columbia Blue. HEX triplet: 9A, D3 and FF. RGB value is (154,211,255). Sum of RGB (Red+Green+Blue) = 154+211+255=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AD3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3FF is #652C00. Grayscale: #C6C6C6. Windows color (decimal): -6630401 or 16765850. OLE color: 16765850.
HSL color Cylindrical-coordinate representation of color #9AD3FF: hue angle of 206.14º 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 #9AD3FF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 211 | 255 | - |
| CMYK | 0.40 | 0.17 | 0 | 0 |
| HSL | 206.14º | 1% | 0.8% | - |
| HSV(B) | 206.14º | 0.4% | 1% | - |
| XYZ | 54.67 | 60.68 | 103.44 | - |
| YUV | 198.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 255 | 0.40 | 0.17 | 0 | 0 | 206.14 | 1 | 0.8 |
| Hex | 9A | D3 | FF | 28 | 11 | 0 | 0 | CE | 64 | 50 |
| Octal | 232 | 323 | 377 | 50 | 21 | 0 | 0 | 316 | 144 | 120 |
| Binary | 10011010 | 11010011 | 11111111 | 101000 | 10001 | 0 | 0 | 11001110 | 1100100 | 1010000 |
Color Harmonies of #9AD3FF
Complementary color
Monochromatic Colors of #9AD3FF
Black with #9AD3FF
Text Example
Text Example
White with #9AD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3FF; }
p { color: rgb(154,211,255); }
H1.HeaderClassName
{
color: #9AD3FF;
}
.AnyTagClassName
{
color: #9AD3FF;
}
</style>
background-color css
<style>
a { background-color: #9AD3FF; }
a { background-color: rgb(154,211,255); }
div.DivClassName
{
background-color: #9AD3FF;
}
.BgClassName
{
background-color: #9AD3FF;
}
</style>
border-color css
<style>
span { border-color: #9AD3FF; }
span { border-color: rgb(154,211,255); }
td.TdClassName
{
border-color: #9AD3FF;
}
.TagClassName
{
border-color: #9AD3FF;
}
</style>