Shades of Columbia Blue #9ADCFD
Tints of Columbia Blue #9ADCFD
RGB
CMYK
RGB Variations
Color information
#9ADCFD (or 0x9ADCFD) is known color: Columbia Blue. HEX triplet: 9A, DC and FD. RGB value is (154,220,253). Sum of RGB (Red+Green+Blue) = 154+220+253=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ADCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADCFD is #652302. Grayscale: #CBCBCB. Windows color (decimal): -6628099 or 16637082. OLE color: 16637082.
HSL color Cylindrical-coordinate representation of color #9ADCFD: hue angle of 200º degrees, saturation: 0.96, 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 #9ADCFD is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 220 | 253 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.01 |
| HSL | 200º | 0.96% | 0.8% | - |
| HSV(B) | 200º | 0.39% | 0.99% | - |
| XYZ | 56.65 | 65.15 | 102.52 | - |
| YUV | 204.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 253 | 0.39 | 0.13 | 0 | 0.01 | 200 | 0.96 | 0.8 |
| Hex | 9A | DC | FD | 27 | D | 0 | 1 | C8 | 60 | 50 |
| Octal | 232 | 334 | 375 | 47 | 15 | 0 | 1 | 310 | 140 | 120 |
| Binary | 10011010 | 11011100 | 11111101 | 100111 | 1101 | 0 | 1 | 11001000 | 1100000 | 1010000 |
Color Harmonies of #9ADCFD
Complementary color
Monochromatic Colors of #9ADCFD
Black with #9ADCFD
Text Example
Text Example
White with #9ADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCFD; }
p { color: rgb(154,220,253); }
H1.HeaderClassName
{
color: #9ADCFD;
}
.AnyTagClassName
{
color: #9ADCFD;
}
</style>
background-color css
<style>
a { background-color: #9ADCFD; }
a { background-color: rgb(154,220,253); }
div.DivClassName
{
background-color: #9ADCFD;
}
.BgClassName
{
background-color: #9ADCFD;
}
</style>
border-color css
<style>
span { border-color: #9ADCFD; }
span { border-color: rgb(154,220,253); }
td.TdClassName
{
border-color: #9ADCFD;
}
.TagClassName
{
border-color: #9ADCFD;
}
</style>