Shades of Columbia Blue #9ADEF5
Tints of Columbia Blue #9ADEF5
RGB
CMYK
RGB Variations
Color information
#9ADEF5 (or 0x9ADEF5) is known color: Columbia Blue. HEX triplet: 9A, DE and F5. RGB value is (154,222,245). Sum of RGB (Red+Green+Blue) = 154+222+245=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #9ADEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADEF5 is #65210A. Grayscale: #CCCCCC. Windows color (decimal): -6627595 or 16113306. OLE color: 16113306.
HSL color Cylindrical-coordinate representation of color #9ADEF5: hue angle of 195.16º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ADEF5 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 222 | 245 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.04 |
| HSL | 195.16º | 0.82% | 0.78% | - |
| HSV(B) | 195.16º | 0.37% | 0.96% | - |
| XYZ | 55.93 | 65.71 | 96.12 | - |
| YUV | 204.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 245 | 0.37 | 0.09 | 0 | 0.04 | 195.16 | 0.82 | 0.78 |
| Hex | 9A | DE | F5 | 25 | 9 | 0 | 4 | C3 | 52 | 4E |
| Octal | 232 | 336 | 365 | 45 | 11 | 0 | 4 | 303 | 122 | 116 |
| Binary | 10011010 | 11011110 | 11110101 | 100101 | 1001 | 0 | 100 | 11000011 | 1010010 | 1001110 |
Color Harmonies of #9ADEF5
Complementary color
Monochromatic Colors of #9ADEF5
Black with #9ADEF5
Text Example
Text Example
White with #9ADEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEF5; }
p { color: rgb(154,222,245); }
H1.HeaderClassName
{
color: #9ADEF5;
}
.AnyTagClassName
{
color: #9ADEF5;
}
</style>
background-color css
<style>
a { background-color: #9ADEF5; }
a { background-color: rgb(154,222,245); }
div.DivClassName
{
background-color: #9ADEF5;
}
.BgClassName
{
background-color: #9ADEF5;
}
</style>
border-color css
<style>
span { border-color: #9ADEF5; }
span { border-color: rgb(154,222,245); }
td.TdClassName
{
border-color: #9ADEF5;
}
.TagClassName
{
border-color: #9ADEF5;
}
</style>