Shades of Columbia Blue #9AD4FF
Tints of Columbia Blue #9AD4FF
RGB
CMYK
RGB Variations
Color information
#9AD4FF (or 0x9AD4FF) is known color: Columbia Blue. HEX triplet: 9A, D4 and FF. RGB value is (154,212,255). Sum of RGB (Red+Green+Blue) = 154+212+255=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD4FF is #652B00. Grayscale: #C7C7C7. Windows color (decimal): -6630145 or 16766106. OLE color: 16766106.
HSL color Cylindrical-coordinate representation of color #9AD4FF: hue angle of 205.54º 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 #9AD4FF is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 212 | 255 | - |
| CMYK | 0.40 | 0.17 | 0 | 0 |
| HSL | 205.54º | 1% | 0.8% | - |
| HSV(B) | 205.54º | 0.4% | 1% | - |
| XYZ | 54.92 | 61.18 | 103.52 | - |
| YUV | 199.56 | 159.28 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 255 | 0.40 | 0.17 | 0 | 0 | 205.54 | 1 | 0.8 |
| Hex | 9A | D4 | FF | 28 | 11 | 0 | 0 | CE | 64 | 50 |
| Octal | 232 | 324 | 377 | 50 | 21 | 0 | 0 | 316 | 144 | 120 |
| Binary | 10011010 | 11010100 | 11111111 | 101000 | 10001 | 0 | 0 | 11001110 | 1100100 | 1010000 |
Color Harmonies of #9AD4FF
Complementary color
Monochromatic Colors of #9AD4FF
Black with #9AD4FF
Text Example
Text Example
White with #9AD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4FF; }
p { color: rgb(154,212,255); }
H1.HeaderClassName
{
color: #9AD4FF;
}
.AnyTagClassName
{
color: #9AD4FF;
}
</style>
background-color css
<style>
a { background-color: #9AD4FF; }
a { background-color: rgb(154,212,255); }
div.DivClassName
{
background-color: #9AD4FF;
}
.BgClassName
{
background-color: #9AD4FF;
}
</style>
border-color css
<style>
span { border-color: #9AD4FF; }
span { border-color: rgb(154,212,255); }
td.TdClassName
{
border-color: #9AD4FF;
}
.TagClassName
{
border-color: #9AD4FF;
}
</style>