Shades of Columbia Blue #9AE6FA
Tints of Columbia Blue #9AE6FA
RGB
CMYK
RGB Variations
Color information
#9AE6FA (or 0x9AE6FA) is known color: Columbia Blue. HEX triplet: 9A, E6 and FA. RGB value is (154,230,250). Sum of RGB (Red+Green+Blue) = 154+230+250=634 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.29% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AE6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE6FA is #651905. Grayscale: #D1D1D1. Windows color (decimal): -6625542 or 16443034. OLE color: 16443034.
HSL color Cylindrical-coordinate representation of color #9AE6FA: hue angle of 192.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AE6FA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 230 | 250 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.02 |
| HSL | 192.5º | 0.91% | 0.79% | - |
| HSV(B) | 192.5º | 0.38% | 0.98% | - |
| XYZ | 58.88 | 70.37 | 100.92 | - |
| YUV | 209.56 | 150.82 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 250 | 0.38 | 0.08 | 0 | 0.02 | 192.5 | 0.91 | 0.79 |
| Hex | 9A | E6 | FA | 26 | 8 | 0 | 2 | C0 | 5B | 4F |
| Octal | 232 | 346 | 372 | 46 | 10 | 0 | 2 | 300 | 133 | 117 |
| Binary | 10011010 | 11100110 | 11111010 | 100110 | 1000 | 0 | 10 | 11000000 | 1011011 | 1001111 |
Color Harmonies of #9AE6FA
Complementary color
Monochromatic Colors of #9AE6FA
Black with #9AE6FA
Text Example
Text Example
White with #9AE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE6FA; }
p { color: rgb(154,230,250); }
H1.HeaderClassName
{
color: #9AE6FA;
}
.AnyTagClassName
{
color: #9AE6FA;
}
</style>
background-color css
<style>
a { background-color: #9AE6FA; }
a { background-color: rgb(154,230,250); }
div.DivClassName
{
background-color: #9AE6FA;
}
.BgClassName
{
background-color: #9AE6FA;
}
</style>
border-color css
<style>
span { border-color: #9AE6FA; }
span { border-color: rgb(154,230,250); }
td.TdClassName
{
border-color: #9AE6FA;
}
.TagClassName
{
border-color: #9AE6FA;
}
</style>