Shades of Columbia Blue #9ADEF4
Tints of Columbia Blue #9ADEF4
RGB
CMYK
RGB Variations
Color information
#9ADEF4 (or 0x9ADEF4) is known color: Columbia Blue. HEX triplet: 9A, DE and F4. RGB value is (154,222,244). Sum of RGB (Red+Green+Blue) = 154+222+244=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #9ADEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADEF4 is #65210B. Grayscale: #CCCCCC. Windows color (decimal): -6627596 or 16047770. OLE color: 16047770.
HSL color Cylindrical-coordinate representation of color #9ADEF4: hue angle of 194.67º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ADEF4 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 222 | 244 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.04 |
| HSL | 194.67º | 0.8% | 0.78% | - |
| HSV(B) | 194.67º | 0.37% | 0.96% | - |
| XYZ | 55.78 | 65.64 | 95.32 | - |
| YUV | 204.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 244 | 0.37 | 0.09 | 0 | 0.04 | 194.67 | 0.8 | 0.78 |
| Hex | 9A | DE | F4 | 25 | 9 | 0 | 4 | C3 | 50 | 4E |
| Octal | 232 | 336 | 364 | 45 | 11 | 0 | 4 | 303 | 120 | 116 |
| Binary | 10011010 | 11011110 | 11110100 | 100101 | 1001 | 0 | 100 | 11000011 | 1010000 | 1001110 |
Color Harmonies of #9ADEF4
Complementary color
Monochromatic Colors of #9ADEF4
Black with #9ADEF4
Text Example
Text Example
White with #9ADEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEF4; }
p { color: rgb(154,222,244); }
H1.HeaderClassName
{
color: #9ADEF4;
}
.AnyTagClassName
{
color: #9ADEF4;
}
</style>
background-color css
<style>
a { background-color: #9ADEF4; }
a { background-color: rgb(154,222,244); }
div.DivClassName
{
background-color: #9ADEF4;
}
.BgClassName
{
background-color: #9ADEF4;
}
</style>
border-color css
<style>
span { border-color: #9ADEF4; }
span { border-color: rgb(154,222,244); }
td.TdClassName
{
border-color: #9ADEF4;
}
.TagClassName
{
border-color: #9ADEF4;
}
</style>