Shades of Columbia Blue #8ADEFF
Tints of Columbia Blue #8ADEFF
RGB
CMYK
RGB Variations
Color information
#8ADEFF (or 0x8ADEFF) is known color: Columbia Blue. HEX triplet: 8A, DE and FF. RGB value is (138,222,255). Sum of RGB (Red+Green+Blue) = 138+222+255=615 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.44% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ADEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEFF is #752100. Grayscale: #C8C8C8. Windows color (decimal): -7676161 or 16768650. OLE color: 16768650.
HSL color Cylindrical-coordinate representation of color #8ADEFF: hue angle of 196.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADEFF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 222 | 255 | - |
| CMYK | 0.46 | 0.13 | 0 | 0 |
| HSL | 196.92º | 1% | 0.77% | - |
| HSV(B) | 196.92º | 0.46% | 1% | - |
| XYZ | 54.65 | 64.87 | 104.25 | - |
| YUV | 200.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 255 | 0.46 | 0.13 | 0 | 0 | 196.92 | 1 | 0.77 |
| Hex | 8A | DE | FF | 2E | D | 0 | 0 | C5 | 64 | 4D |
| Octal | 212 | 336 | 377 | 56 | 15 | 0 | 0 | 305 | 144 | 115 |
| Binary | 10001010 | 11011110 | 11111111 | 101110 | 1101 | 0 | 0 | 11000101 | 1100100 | 1001101 |
Color Harmonies of #8ADEFF
Complementary color
Monochromatic Colors of #8ADEFF
Black with #8ADEFF
Text Example
Text Example
White with #8ADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEFF; }
p { color: rgb(138,222,255); }
H1.HeaderClassName
{
color: #8ADEFF;
}
.AnyTagClassName
{
color: #8ADEFF;
}
</style>
background-color css
<style>
a { background-color: #8ADEFF; }
a { background-color: rgb(138,222,255); }
div.DivClassName
{
background-color: #8ADEFF;
}
.BgClassName
{
background-color: #8ADEFF;
}
</style>
border-color css
<style>
span { border-color: #8ADEFF; }
span { border-color: rgb(138,222,255); }
td.TdClassName
{
border-color: #8ADEFF;
}
.TagClassName
{
border-color: #8ADEFF;
}
</style>