Shades of Columbia Blue #9AE9FE
Tints of Columbia Blue #9AE9FE
RGB
CMYK
RGB Variations
Color information
#9AE9FE (or 0x9AE9FE) is known color: Columbia Blue. HEX triplet: 9A, E9 and FE. RGB value is (154,233,254). Sum of RGB (Red+Green+Blue) = 154+233+254=641 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.02% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE9FE is #651601. Grayscale: #D3D3D3. Windows color (decimal): -6624770 or 16705946. OLE color: 16705946.
HSL color Cylindrical-coordinate representation of color #9AE9FE: hue angle of 192.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 #9AE9FE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 233 | 254 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.00 |
| HSL | 192.6º | 0.98% | 0.8% | - |
| HSV(B) | 192.6º | 0.39% | 1% | - |
| XYZ | 60.35 | 72.3 | 104.54 | - |
| YUV | 211.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 254 | 0.39 | 0.08 | 0 | 0.00 | 192.6 | 0.98 | 0.8 |
| Hex | 9A | E9 | FE | 27 | 8 | 0 | 0 | C1 | 62 | 50 |
| Octal | 232 | 351 | 376 | 47 | 10 | 0 | 0 | 301 | 142 | 120 |
| Binary | 10011010 | 11101001 | 11111110 | 100111 | 1000 | 0 | 0 | 11000001 | 1100010 | 1010000 |
Color Harmonies of #9AE9FE
Complementary color
Monochromatic Colors of #9AE9FE
Black with #9AE9FE
Text Example
Text Example
White with #9AE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE9FE; }
p { color: rgb(154,233,254); }
H1.HeaderClassName
{
color: #9AE9FE;
}
.AnyTagClassName
{
color: #9AE9FE;
}
</style>
background-color css
<style>
a { background-color: #9AE9FE; }
a { background-color: rgb(154,233,254); }
div.DivClassName
{
background-color: #9AE9FE;
}
.BgClassName
{
background-color: #9AE9FE;
}
</style>
border-color css
<style>
span { border-color: #9AE9FE; }
span { border-color: rgb(154,233,254); }
td.TdClassName
{
border-color: #9AE9FE;
}
.TagClassName
{
border-color: #9AE9FE;
}
</style>