Shades of Columbia Blue #9AD3FE
Tints of Columbia Blue #9AD3FE
RGB
CMYK
RGB Variations
Color information
#9AD3FE (or 0x9AD3FE) is known color: Columbia Blue. HEX triplet: 9A, D3 and FE. RGB value is (154,211,254). Sum of RGB (Red+Green+Blue) = 154+211+254=619 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.88% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD3FE is #652C01. Grayscale: #C6C6C6. Windows color (decimal): -6630402 or 16700314. OLE color: 16700314.
HSL color Cylindrical-coordinate representation of color #9AD3FE: hue angle of 205.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD3FE is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 211 | 254 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.00 |
| HSL | 205.8º | 0.98% | 0.8% | - |
| HSV(B) | 205.8º | 0.39% | 1% | - |
| XYZ | 54.51 | 60.61 | 102.59 | - |
| YUV | 198.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 254 | 0.39 | 0.17 | 0 | 0.00 | 205.8 | 0.98 | 0.8 |
| Hex | 9A | D3 | FE | 27 | 11 | 0 | 0 | CE | 62 | 50 |
| Octal | 232 | 323 | 376 | 47 | 21 | 0 | 0 | 316 | 142 | 120 |
| Binary | 10011010 | 11010011 | 11111110 | 100111 | 10001 | 0 | 0 | 11001110 | 1100010 | 1010000 |
Color Harmonies of #9AD3FE
Complementary color
Monochromatic Colors of #9AD3FE
Black with #9AD3FE
Text Example
Text Example
White with #9AD3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3FE; }
p { color: rgb(154,211,254); }
H1.HeaderClassName
{
color: #9AD3FE;
}
.AnyTagClassName
{
color: #9AD3FE;
}
</style>
background-color css
<style>
a { background-color: #9AD3FE; }
a { background-color: rgb(154,211,254); }
div.DivClassName
{
background-color: #9AD3FE;
}
.BgClassName
{
background-color: #9AD3FE;
}
</style>
border-color css
<style>
span { border-color: #9AD3FE; }
span { border-color: rgb(154,211,254); }
td.TdClassName
{
border-color: #9AD3FE;
}
.TagClassName
{
border-color: #9AD3FE;
}
</style>