Shades of Columbia Blue #9AE5FA
Tints of Columbia Blue #9AE5FA
RGB
CMYK
RGB Variations
Color information
#9AE5FA (or 0x9AE5FA) is known color: Columbia Blue. HEX triplet: 9A, E5 and FA. RGB value is (154,229,250). Sum of RGB (Red+Green+Blue) = 154+229+250=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE5FA is #651A05. Grayscale: #D0D0D0. Windows color (decimal): -6625798 or 16442778. OLE color: 16442778.
HSL color Cylindrical-coordinate representation of color #9AE5FA: hue angle of 193.12º 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 #9AE5FA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 229 | 250 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.02 |
| HSL | 193.13º | 0.91% | 0.79% | - |
| HSV(B) | 193.13º | 0.38% | 0.98% | - |
| XYZ | 58.6 | 69.81 | 100.83 | - |
| YUV | 208.97 | 151.15 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 250 | 0.38 | 0.08 | 0 | 0.02 | 193.13 | 0.91 | 0.79 |
| Hex | 9A | E5 | FA | 26 | 8 | 0 | 2 | C1 | 5B | 4F |
| Octal | 232 | 345 | 372 | 46 | 10 | 0 | 2 | 301 | 133 | 117 |
| Binary | 10011010 | 11100101 | 11111010 | 100110 | 1000 | 0 | 10 | 11000001 | 1011011 | 1001111 |
Color Harmonies of #9AE5FA
Complementary color
Monochromatic Colors of #9AE5FA
Black with #9AE5FA
Text Example
Text Example
White with #9AE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE5FA; }
p { color: rgb(154,229,250); }
H1.HeaderClassName
{
color: #9AE5FA;
}
.AnyTagClassName
{
color: #9AE5FA;
}
</style>
background-color css
<style>
a { background-color: #9AE5FA; }
a { background-color: rgb(154,229,250); }
div.DivClassName
{
background-color: #9AE5FA;
}
.BgClassName
{
background-color: #9AE5FA;
}
</style>
border-color css
<style>
span { border-color: #9AE5FA; }
span { border-color: rgb(154,229,250); }
td.TdClassName
{
border-color: #9AE5FA;
}
.TagClassName
{
border-color: #9AE5FA;
}
</style>