Shades of Columbia Blue #9AD6FE
Tints of Columbia Blue #9AD6FE
RGB
CMYK
RGB Variations
Color information
#9AD6FE (or 0x9AD6FE) is known color: Columbia Blue. HEX triplet: 9A, D6 and FE. RGB value is (154,214,254). Sum of RGB (Red+Green+Blue) = 154+214+254=622 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.76% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AD6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD6FE is #652901. Grayscale: #C8C8C8. Windows color (decimal): -6629634 or 16701082. OLE color: 16701082.
HSL color Cylindrical-coordinate representation of color #9AD6FE: hue angle of 204º 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 #9AD6FE is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 214 | 254 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.00 |
| HSL | 204º | 0.98% | 0.8% | - |
| HSV(B) | 204º | 0.39% | 1% | - |
| XYZ | 55.26 | 62.12 | 102.84 | - |
| YUV | 200.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 214 | 254 | 0.39 | 0.16 | 0 | 0.00 | 204 | 0.98 | 0.8 |
| Hex | 9A | D6 | FE | 27 | 10 | 0 | 0 | CC | 62 | 50 |
| Octal | 232 | 326 | 376 | 47 | 20 | 0 | 0 | 314 | 142 | 120 |
| Binary | 10011010 | 11010110 | 11111110 | 100111 | 10000 | 0 | 0 | 11001100 | 1100010 | 1010000 |
Color Harmonies of #9AD6FE
Complementary color
Monochromatic Colors of #9AD6FE
Black with #9AD6FE
Text Example
Text Example
White with #9AD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD6FE; }
p { color: rgb(154,214,254); }
H1.HeaderClassName
{
color: #9AD6FE;
}
.AnyTagClassName
{
color: #9AD6FE;
}
</style>
background-color css
<style>
a { background-color: #9AD6FE; }
a { background-color: rgb(154,214,254); }
div.DivClassName
{
background-color: #9AD6FE;
}
.BgClassName
{
background-color: #9AD6FE;
}
</style>
border-color css
<style>
span { border-color: #9AD6FE; }
span { border-color: rgb(154,214,254); }
td.TdClassName
{
border-color: #9AD6FE;
}
.TagClassName
{
border-color: #9AD6FE;
}
</style>