Shades of Columbia Blue #8ADEFA
Tints of Columbia Blue #8ADEFA
RGB
CMYK
RGB Variations
Color information
#8ADEFA (or 0x8ADEFA) is known color: Columbia Blue. HEX triplet: 8A, DE and FA. RGB value is (138,222,250). Sum of RGB (Red+Green+Blue) = 138+222+250=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ADEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEFA is #752105. Grayscale: #C7C7C7. Windows color (decimal): -7676166 or 16440970. OLE color: 16440970.
HSL color Cylindrical-coordinate representation of color #8ADEFA: hue angle of 195º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ADEFA is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 222 | 250 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.02 |
| HSL | 195º | 0.92% | 0.76% | - |
| HSV(B) | 195º | 0.45% | 0.98% | - |
| XYZ | 53.86 | 64.55 | 100.06 | - |
| YUV | 200.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 250 | 0.45 | 0.11 | 0 | 0.02 | 195 | 0.92 | 0.76 |
| Hex | 8A | DE | FA | 2D | B | 0 | 2 | C3 | 5C | 4C |
| Octal | 212 | 336 | 372 | 55 | 13 | 0 | 2 | 303 | 134 | 114 |
| Binary | 10001010 | 11011110 | 11111010 | 101101 | 1011 | 0 | 10 | 11000011 | 1011100 | 1001100 |
Color Harmonies of #8ADEFA
Complementary color
Monochromatic Colors of #8ADEFA
Black with #8ADEFA
Text Example
Text Example
White with #8ADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEFA; }
p { color: rgb(138,222,250); }
H1.HeaderClassName
{
color: #8ADEFA;
}
.AnyTagClassName
{
color: #8ADEFA;
}
</style>
background-color css
<style>
a { background-color: #8ADEFA; }
a { background-color: rgb(138,222,250); }
div.DivClassName
{
background-color: #8ADEFA;
}
.BgClassName
{
background-color: #8ADEFA;
}
</style>
border-color css
<style>
span { border-color: #8ADEFA; }
span { border-color: rgb(138,222,250); }
td.TdClassName
{
border-color: #8ADEFA;
}
.TagClassName
{
border-color: #8ADEFA;
}
</style>