Shades of Columbia Blue #9ADBFE
Tints of Columbia Blue #9ADBFE
RGB
CMYK
RGB Variations
Color information
#9ADBFE (or 0x9ADBFE) is known color: Columbia Blue. HEX triplet: 9A, DB and FE. RGB value is (154,219,254). Sum of RGB (Red+Green+Blue) = 154+219+254=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ADBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBFE is #652401. Grayscale: #CBCBCB. Windows color (decimal): -6628354 or 16702362. OLE color: 16702362.
HSL color Cylindrical-coordinate representation of color #9ADBFE: hue angle of 201º 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 #9ADBFE is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 219 | 254 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.00 |
| HSL | 201º | 0.98% | 0.8% | - |
| HSV(B) | 201º | 0.39% | 1% | - |
| XYZ | 56.55 | 64.69 | 103.27 | - |
| YUV | 203.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 254 | 0.39 | 0.14 | 0 | 0.00 | 201 | 0.98 | 0.8 |
| Hex | 9A | DB | FE | 27 | E | 0 | 0 | C9 | 62 | 50 |
| Octal | 232 | 333 | 376 | 47 | 16 | 0 | 0 | 311 | 142 | 120 |
| Binary | 10011010 | 11011011 | 11111110 | 100111 | 1110 | 0 | 0 | 11001001 | 1100010 | 1010000 |
Color Harmonies of #9ADBFE
Complementary color
Monochromatic Colors of #9ADBFE
Black with #9ADBFE
Text Example
Text Example
White with #9ADBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBFE; }
p { color: rgb(154,219,254); }
H1.HeaderClassName
{
color: #9ADBFE;
}
.AnyTagClassName
{
color: #9ADBFE;
}
</style>
background-color css
<style>
a { background-color: #9ADBFE; }
a { background-color: rgb(154,219,254); }
div.DivClassName
{
background-color: #9ADBFE;
}
.BgClassName
{
background-color: #9ADBFE;
}
</style>
border-color css
<style>
span { border-color: #9ADBFE; }
span { border-color: rgb(154,219,254); }
td.TdClassName
{
border-color: #9ADBFE;
}
.TagClassName
{
border-color: #9ADBFE;
}
</style>