Shades of Columbia Blue #8AE0FF
Tints of Columbia Blue #8AE0FF
RGB
CMYK
RGB Variations
Color information
#8AE0FF (or 0x8AE0FF) is known color: Columbia Blue. HEX triplet: 8A, E0 and FF. RGB value is (138,224,255). Sum of RGB (Red+Green+Blue) = 138+224+255=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE0FF is #751F00. Grayscale: #C9C9C9. Windows color (decimal): -7675649 or 16769162. OLE color: 16769162.
HSL color Cylindrical-coordinate representation of color #8AE0FF: hue angle of 195.9º 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 #8AE0FF is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 224 | 255 | - |
| CMYK | 0.46 | 0.12 | 0 | 0 |
| HSL | 195.9º | 1% | 0.77% | - |
| HSV(B) | 195.9º | 0.46% | 1% | - |
| XYZ | 55.19 | 65.93 | 104.43 | - |
| YUV | 201.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 224 | 255 | 0.46 | 0.12 | 0 | 0 | 195.9 | 1 | 0.77 |
| Hex | 8A | E0 | FF | 2E | C | 0 | 0 | C4 | 64 | 4D |
| Octal | 212 | 340 | 377 | 56 | 14 | 0 | 0 | 304 | 144 | 115 |
| Binary | 10001010 | 11100000 | 11111111 | 101110 | 1100 | 0 | 0 | 11000100 | 1100100 | 1001101 |
Color Harmonies of #8AE0FF
Complementary color
Monochromatic Colors of #8AE0FF
Black with #8AE0FF
Text Example
Text Example
White with #8AE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE0FF; }
p { color: rgb(138,224,255); }
H1.HeaderClassName
{
color: #8AE0FF;
}
.AnyTagClassName
{
color: #8AE0FF;
}
</style>
background-color css
<style>
a { background-color: #8AE0FF; }
a { background-color: rgb(138,224,255); }
div.DivClassName
{
background-color: #8AE0FF;
}
.BgClassName
{
background-color: #8AE0FF;
}
</style>
border-color css
<style>
span { border-color: #8AE0FF; }
span { border-color: rgb(138,224,255); }
td.TdClassName
{
border-color: #8AE0FF;
}
.TagClassName
{
border-color: #8AE0FF;
}
</style>