Shades of Columbia Blue #8FECFF
Tints of Columbia Blue #8FECFF
RGB
CMYK
RGB Variations
Color information
#8FECFF (or 0x8FECFF) is known color: Columbia Blue. HEX triplet: 8F, EC and FF. RGB value is (143,236,255). Sum of RGB (Red+Green+Blue) = 143+236+255=634 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.56% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECFF is #701300. Grayscale: #D2D2D2. Windows color (decimal): -7344897 or 16772239. OLE color: 16772239.
HSL color Cylindrical-coordinate representation of color #8FECFF: hue angle of 190.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FECFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 236 | 255 | - |
| CMYK | 0.44 | 0.07 | 0 | 0 |
| HSL | 190.18º | 1% | 0.78% | - |
| HSV(B) | 190.18º | 0.44% | 1% | - |
| XYZ | 59.37 | 73.05 | 105.58 | - |
| YUV | 210.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 255 | 0.44 | 0.07 | 0 | 0 | 190.18 | 1 | 0.78 |
| Hex | 8F | EC | FF | 2C | 7 | 0 | 0 | BE | 64 | 4E |
| Octal | 217 | 354 | 377 | 54 | 7 | 0 | 0 | 276 | 144 | 116 |
| Binary | 10001111 | 11101100 | 11111111 | 101100 | 111 | 0 | 0 | 10111110 | 1100100 | 1001110 |
Color Harmonies of #8FECFF
Complementary color
Monochromatic Colors of #8FECFF
Black with #8FECFF
Text Example
Text Example
White with #8FECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECFF; }
p { color: rgb(143,236,255); }
H1.HeaderClassName
{
color: #8FECFF;
}
.AnyTagClassName
{
color: #8FECFF;
}
</style>
background-color css
<style>
a { background-color: #8FECFF; }
a { background-color: rgb(143,236,255); }
div.DivClassName
{
background-color: #8FECFF;
}
.BgClassName
{
background-color: #8FECFF;
}
</style>
border-color css
<style>
span { border-color: #8FECFF; }
span { border-color: rgb(143,236,255); }
td.TdClassName
{
border-color: #8FECFF;
}
.TagClassName
{
border-color: #8FECFF;
}
</style>