Shades of Columbia Blue #8CEAFF
Tints of Columbia Blue #8CEAFF
RGB
CMYK
RGB Variations
Color information
#8CEAFF (or 0x8CEAFF) is known color: Columbia Blue. HEX triplet: 8C, EA and FF. RGB value is (140,234,255). Sum of RGB (Red+Green+Blue) = 140+234+255=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEAFF is #731500. Grayscale: #D0D0D0. Windows color (decimal): -7542017 or 16771724. OLE color: 16771724.
HSL color Cylindrical-coordinate representation of color #8CEAFF: hue angle of 190.96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CEAFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 234 | 255 | - |
| CMYK | 0.45 | 0.08 | 0 | 0 |
| HSL | 190.96º | 1% | 0.77% | - |
| HSV(B) | 190.96º | 0.45% | 1% | - |
| XYZ | 58.29 | 71.64 | 105.36 | - |
| YUV | 208.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 255 | 0.45 | 0.08 | 0 | 0 | 190.96 | 1 | 0.77 |
| Hex | 8C | EA | FF | 2D | 8 | 0 | 0 | BF | 64 | 4D |
| Octal | 214 | 352 | 377 | 55 | 10 | 0 | 0 | 277 | 144 | 115 |
| Binary | 10001100 | 11101010 | 11111111 | 101101 | 1000 | 0 | 0 | 10111111 | 1100100 | 1001101 |
Color Harmonies of #8CEAFF
Complementary color
Monochromatic Colors of #8CEAFF
Black with #8CEAFF
Text Example
Text Example
White with #8CEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEAFF; }
p { color: rgb(140,234,255); }
H1.HeaderClassName
{
color: #8CEAFF;
}
.AnyTagClassName
{
color: #8CEAFF;
}
</style>
background-color css
<style>
a { background-color: #8CEAFF; }
a { background-color: rgb(140,234,255); }
div.DivClassName
{
background-color: #8CEAFF;
}
.BgClassName
{
background-color: #8CEAFF;
}
</style>
border-color css
<style>
span { border-color: #8CEAFF; }
span { border-color: rgb(140,234,255); }
td.TdClassName
{
border-color: #8CEAFF;
}
.TagClassName
{
border-color: #8CEAFF;
}
</style>