Shades of Columbia Blue #9AE0FF
Tints of Columbia Blue #9AE0FF
RGB
CMYK
RGB Variations
Color information
#9AE0FF (or 0x9AE0FF) is known color: Columbia Blue. HEX triplet: 9A, E0 and FF. RGB value is (154,224,255). Sum of RGB (Red+Green+Blue) = 154+224+255=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE0FF is #651F00. Grayscale: #CECECE. Windows color (decimal): -6627073 or 16769178. OLE color: 16769178.
HSL color Cylindrical-coordinate representation of color #9AE0FF: hue angle of 198.42º 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 #9AE0FF is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 224 | 255 | - |
| CMYK | 0.40 | 0.12 | 0 | 0 |
| HSL | 198.42º | 1% | 0.8% | - |
| HSV(B) | 198.42º | 0.4% | 1% | - |
| XYZ | 58.03 | 67.4 | 104.56 | - |
| YUV | 206.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 224 | 255 | 0.40 | 0.12 | 0 | 0 | 198.42 | 1 | 0.8 |
| Hex | 9A | E0 | FF | 28 | C | 0 | 0 | C6 | 64 | 50 |
| Octal | 232 | 340 | 377 | 50 | 14 | 0 | 0 | 306 | 144 | 120 |
| Binary | 10011010 | 11100000 | 11111111 | 101000 | 1100 | 0 | 0 | 11000110 | 1100100 | 1010000 |
Color Harmonies of #9AE0FF
Complementary color
Monochromatic Colors of #9AE0FF
Black with #9AE0FF
Text Example
Text Example
White with #9AE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE0FF; }
p { color: rgb(154,224,255); }
H1.HeaderClassName
{
color: #9AE0FF;
}
.AnyTagClassName
{
color: #9AE0FF;
}
</style>
background-color css
<style>
a { background-color: #9AE0FF; }
a { background-color: rgb(154,224,255); }
div.DivClassName
{
background-color: #9AE0FF;
}
.BgClassName
{
background-color: #9AE0FF;
}
</style>
border-color css
<style>
span { border-color: #9AE0FF; }
span { border-color: rgb(154,224,255); }
td.TdClassName
{
border-color: #9AE0FF;
}
.TagClassName
{
border-color: #9AE0FF;
}
</style>