Shades of Columbia Blue #9AEDFF
Tints of Columbia Blue #9AEDFF
RGB
CMYK
RGB Variations
Color information
#9AEDFF (or 0x9AEDFF) is known color: Columbia Blue. HEX triplet: 9A, ED and FF. RGB value is (154,237,255). Sum of RGB (Red+Green+Blue) = 154+237+255=646 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.84% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDFF is #651200. Grayscale: #D6D6D6. Windows color (decimal): -6623745 or 16772506. OLE color: 16772506.
HSL color Cylindrical-coordinate representation of color #9AEDFF: hue angle of 190.69º 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 #9AEDFF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 237 | 255 | - |
| CMYK | 0.40 | 0.07 | 0 | 0 |
| HSL | 190.69º | 1% | 0.8% | - |
| HSV(B) | 190.69º | 0.4% | 1% | - |
| XYZ | 61.66 | 74.66 | 105.77 | - |
| YUV | 214.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 255 | 0.40 | 0.07 | 0 | 0 | 190.69 | 1 | 0.8 |
| Hex | 9A | ED | FF | 28 | 7 | 0 | 0 | BF | 64 | 50 |
| Octal | 232 | 355 | 377 | 50 | 7 | 0 | 0 | 277 | 144 | 120 |
| Binary | 10011010 | 11101101 | 11111111 | 101000 | 111 | 0 | 0 | 10111111 | 1100100 | 1010000 |
Color Harmonies of #9AEDFF
Complementary color
Monochromatic Colors of #9AEDFF
Black with #9AEDFF
Text Example
Text Example
White with #9AEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDFF; }
p { color: rgb(154,237,255); }
H1.HeaderClassName
{
color: #9AEDFF;
}
.AnyTagClassName
{
color: #9AEDFF;
}
</style>
background-color css
<style>
a { background-color: #9AEDFF; }
a { background-color: rgb(154,237,255); }
div.DivClassName
{
background-color: #9AEDFF;
}
.BgClassName
{
background-color: #9AEDFF;
}
</style>
border-color css
<style>
span { border-color: #9AEDFF; }
span { border-color: rgb(154,237,255); }
td.TdClassName
{
border-color: #9AEDFF;
}
.TagClassName
{
border-color: #9AEDFF;
}
</style>