Shades of Columbia Blue #9ADAFE
Tints of Columbia Blue #9ADAFE
RGB
CMYK
RGB Variations
Color information
#9ADAFE (or 0x9ADAFE) is known color: Columbia Blue. HEX triplet: 9A, DA and FE. RGB value is (154,218,254). Sum of RGB (Red+Green+Blue) = 154+218+254=626 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.60% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ADAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADAFE is #652501. Grayscale: #CACACA. Windows color (decimal): -6628610 or 16702106. OLE color: 16702106.
HSL color Cylindrical-coordinate representation of color #9ADAFE: hue angle of 201.6º 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 #9ADAFE is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 218 | 254 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.00 |
| HSL | 201.6º | 0.98% | 0.8% | - |
| HSV(B) | 201.6º | 0.39% | 1% | - |
| XYZ | 56.29 | 64.17 | 103.19 | - |
| YUV | 202.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 254 | 0.39 | 0.14 | 0 | 0.00 | 201.6 | 0.98 | 0.8 |
| Hex | 9A | DA | FE | 27 | E | 0 | 0 | CA | 62 | 50 |
| Octal | 232 | 332 | 376 | 47 | 16 | 0 | 0 | 312 | 142 | 120 |
| Binary | 10011010 | 11011010 | 11111110 | 100111 | 1110 | 0 | 0 | 11001010 | 1100010 | 1010000 |
Color Harmonies of #9ADAFE
Complementary color
Monochromatic Colors of #9ADAFE
Black with #9ADAFE
Text Example
Text Example
White with #9ADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAFE; }
p { color: rgb(154,218,254); }
H1.HeaderClassName
{
color: #9ADAFE;
}
.AnyTagClassName
{
color: #9ADAFE;
}
</style>
background-color css
<style>
a { background-color: #9ADAFE; }
a { background-color: rgb(154,218,254); }
div.DivClassName
{
background-color: #9ADAFE;
}
.BgClassName
{
background-color: #9ADAFE;
}
</style>
border-color css
<style>
span { border-color: #9ADAFE; }
span { border-color: rgb(154,218,254); }
td.TdClassName
{
border-color: #9ADAFE;
}
.TagClassName
{
border-color: #9ADAFE;
}
</style>