Shades of Columbia Blue #9AEDFE
Tints of Columbia Blue #9AEDFE
RGB
CMYK
RGB Variations
Color information
#9AEDFE (or 0x9AEDFE) is known color: Columbia Blue. HEX triplet: 9A, ED and FE. RGB value is (154,237,254). Sum of RGB (Red+Green+Blue) = 154+237+254=645 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.88% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AEDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEDFE is #651201. Grayscale: #D5D5D5. Windows color (decimal): -6623746 or 16706970. OLE color: 16706970.
HSL color Cylindrical-coordinate representation of color #9AEDFE: hue angle of 190.2º 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 #9AEDFE is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 237 | 254 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.00 |
| HSL | 190.2º | 0.98% | 0.8% | - |
| HSV(B) | 190.2º | 0.39% | 1% | - |
| XYZ | 61.5 | 74.59 | 104.92 | - |
| YUV | 214.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 254 | 0.39 | 0.07 | 0 | 0.00 | 190.2 | 0.98 | 0.8 |
| Hex | 9A | ED | FE | 27 | 7 | 0 | 0 | BE | 62 | 50 |
| Octal | 232 | 355 | 376 | 47 | 7 | 0 | 0 | 276 | 142 | 120 |
| Binary | 10011010 | 11101101 | 11111110 | 100111 | 111 | 0 | 0 | 10111110 | 1100010 | 1010000 |
Color Harmonies of #9AEDFE
Complementary color
Monochromatic Colors of #9AEDFE
Black with #9AEDFE
Text Example
Text Example
White with #9AEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDFE; }
p { color: rgb(154,237,254); }
H1.HeaderClassName
{
color: #9AEDFE;
}
.AnyTagClassName
{
color: #9AEDFE;
}
</style>
background-color css
<style>
a { background-color: #9AEDFE; }
a { background-color: rgb(154,237,254); }
div.DivClassName
{
background-color: #9AEDFE;
}
.BgClassName
{
background-color: #9AEDFE;
}
</style>
border-color css
<style>
span { border-color: #9AEDFE; }
span { border-color: rgb(154,237,254); }
td.TdClassName
{
border-color: #9AEDFE;
}
.TagClassName
{
border-color: #9AEDFE;
}
</style>