Shades of Columbia Blue #9AD0FF
Tints of Columbia Blue #9AD0FF
RGB
CMYK
RGB Variations
Color information
#9AD0FF (or 0x9AD0FF) is known color: Columbia Blue. HEX triplet: 9A, D0 and FF. RGB value is (154,208,255). Sum of RGB (Red+Green+Blue) = 154+208+255=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD0FF is #652F00. Grayscale: #C4C4C4. Windows color (decimal): -6631169 or 16765082. OLE color: 16765082.
HSL color Cylindrical-coordinate representation of color #9AD0FF: hue angle of 207.92º 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 #9AD0FF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 208 | 255 | - |
| CMYK | 0.40 | 0.18 | 0 | 0 |
| HSL | 207.92º | 1% | 0.8% | - |
| HSV(B) | 207.92º | 0.4% | 1% | - |
| XYZ | 53.93 | 59.2 | 103.19 | - |
| YUV | 197.21 | 160.61 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 255 | 0.40 | 0.18 | 0 | 0 | 207.92 | 1 | 0.8 |
| Hex | 9A | D0 | FF | 28 | 12 | 0 | 0 | D0 | 64 | 50 |
| Octal | 232 | 320 | 377 | 50 | 22 | 0 | 0 | 320 | 144 | 120 |
| Binary | 10011010 | 11010000 | 11111111 | 101000 | 10010 | 0 | 0 | 11010000 | 1100100 | 1010000 |
Color Harmonies of #9AD0FF
Complementary color
Monochromatic Colors of #9AD0FF
Black with #9AD0FF
Text Example
Text Example
White with #9AD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD0FF; }
p { color: rgb(154,208,255); }
H1.HeaderClassName
{
color: #9AD0FF;
}
.AnyTagClassName
{
color: #9AD0FF;
}
</style>
background-color css
<style>
a { background-color: #9AD0FF; }
a { background-color: rgb(154,208,255); }
div.DivClassName
{
background-color: #9AD0FF;
}
.BgClassName
{
background-color: #9AD0FF;
}
</style>
border-color css
<style>
span { border-color: #9AD0FF; }
span { border-color: rgb(154,208,255); }
td.TdClassName
{
border-color: #9AD0FF;
}
.TagClassName
{
border-color: #9AD0FF;
}
</style>