Shades of Columbia Blue #9AD4F8
Tints of Columbia Blue #9AD4F8
RGB
CMYK
RGB Variations
Color information
#9AD4F8 (or 0x9AD4F8) is known color: Columbia Blue. HEX triplet: 9A, D4 and F8. RGB value is (154,212,248). Sum of RGB (Red+Green+Blue) = 154+212+248=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #9AD4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD4F8 is #652B07. Grayscale: #C6C6C6. Windows color (decimal): -6630152 or 16307354. OLE color: 16307354.
HSL color Cylindrical-coordinate representation of color #9AD4F8: hue angle of 202.98º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AD4F8 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 212 | 248 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.03 |
| HSL | 202.98º | 0.87% | 0.79% | - |
| HSV(B) | 202.98º | 0.38% | 0.97% | - |
| XYZ | 53.81 | 60.73 | 97.69 | - |
| YUV | 198.76 | 155.78 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 248 | 0.38 | 0.15 | 0 | 0.03 | 202.98 | 0.87 | 0.79 |
| Hex | 9A | D4 | F8 | 26 | F | 0 | 3 | CB | 57 | 4F |
| Octal | 232 | 324 | 370 | 46 | 17 | 0 | 3 | 313 | 127 | 117 |
| Binary | 10011010 | 11010100 | 11111000 | 100110 | 1111 | 0 | 11 | 11001011 | 1010111 | 1001111 |
Color Harmonies of #9AD4F8
Complementary color
Monochromatic Colors of #9AD4F8
Black with #9AD4F8
Text Example
Text Example
White with #9AD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4F8; }
p { color: rgb(154,212,248); }
H1.HeaderClassName
{
color: #9AD4F8;
}
.AnyTagClassName
{
color: #9AD4F8;
}
</style>
background-color css
<style>
a { background-color: #9AD4F8; }
a { background-color: rgb(154,212,248); }
div.DivClassName
{
background-color: #9AD4F8;
}
.BgClassName
{
background-color: #9AD4F8;
}
</style>
border-color css
<style>
span { border-color: #9AD4F8; }
span { border-color: rgb(154,212,248); }
td.TdClassName
{
border-color: #9AD4F8;
}
.TagClassName
{
border-color: #9AD4F8;
}
</style>