Shades of Columbia Blue #9AEAFC
Tints of Columbia Blue #9AEAFC
RGB
CMYK
RGB Variations
Color information
#9AEAFC (or 0x9AEAFC) is known color: Columbia Blue. HEX triplet: 9A, EA and FC. RGB value is (154,234,252). Sum of RGB (Red+Green+Blue) = 154+234+252=640 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.06% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AEAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEAFC is #651503. Grayscale: #D3D3D3. Windows color (decimal): -6624516 or 16575130. OLE color: 16575130.
HSL color Cylindrical-coordinate representation of color #9AEAFC: hue angle of 191.02º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AEAFC is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 234 | 252 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.01 |
| HSL | 191.02º | 0.94% | 0.8% | - |
| HSV(B) | 191.02º | 0.39% | 0.99% | - |
| XYZ | 60.32 | 72.74 | 102.96 | - |
| YUV | 212.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 252 | 0.39 | 0.07 | 0 | 0.01 | 191.02 | 0.94 | 0.8 |
| Hex | 9A | EA | FC | 27 | 7 | 0 | 1 | BF | 5E | 50 |
| Octal | 232 | 352 | 374 | 47 | 7 | 0 | 1 | 277 | 136 | 120 |
| Binary | 10011010 | 11101010 | 11111100 | 100111 | 111 | 0 | 1 | 10111111 | 1011110 | 1010000 |
Color Harmonies of #9AEAFC
Complementary color
Monochromatic Colors of #9AEAFC
Black with #9AEAFC
Text Example
Text Example
White with #9AEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEAFC; }
p { color: rgb(154,234,252); }
H1.HeaderClassName
{
color: #9AEAFC;
}
.AnyTagClassName
{
color: #9AEAFC;
}
</style>
background-color css
<style>
a { background-color: #9AEAFC; }
a { background-color: rgb(154,234,252); }
div.DivClassName
{
background-color: #9AEAFC;
}
.BgClassName
{
background-color: #9AEAFC;
}
</style>
border-color css
<style>
span { border-color: #9AEAFC; }
span { border-color: rgb(154,234,252); }
td.TdClassName
{
border-color: #9AEAFC;
}
.TagClassName
{
border-color: #9AEAFC;
}
</style>