Shades of Columbia Blue #8FE8FF
Tints of Columbia Blue #8FE8FF
RGB
CMYK
RGB Variations
Color information
#8FE8FF (or 0x8FE8FF) is known color: Columbia Blue. HEX triplet: 8F, E8 and FF. RGB value is (143,232,255). Sum of RGB (Red+Green+Blue) = 143+232+255=630 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.70% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE8FF is #701700. Grayscale: #CFCFCF. Windows color (decimal): -7345921 or 16771215. OLE color: 16771215.
HSL color Cylindrical-coordinate representation of color #8FE8FF: hue angle of 192.32º 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 #8FE8FF is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 232 | 255 | - |
| CMYK | 0.44 | 0.09 | 0 | 0 |
| HSL | 192.32º | 1% | 0.78% | - |
| HSV(B) | 192.32º | 0.44% | 1% | - |
| XYZ | 58.23 | 70.77 | 105.2 | - |
| YUV | 208.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 255 | 0.44 | 0.09 | 0 | 0 | 192.32 | 1 | 0.78 |
| Hex | 8F | E8 | FF | 2C | 9 | 0 | 0 | C0 | 64 | 4E |
| Octal | 217 | 350 | 377 | 54 | 11 | 0 | 0 | 300 | 144 | 116 |
| Binary | 10001111 | 11101000 | 11111111 | 101100 | 1001 | 0 | 0 | 11000000 | 1100100 | 1001110 |
Color Harmonies of #8FE8FF
Complementary color
Monochromatic Colors of #8FE8FF
Black with #8FE8FF
Text Example
Text Example
White with #8FE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE8FF; }
p { color: rgb(143,232,255); }
H1.HeaderClassName
{
color: #8FE8FF;
}
.AnyTagClassName
{
color: #8FE8FF;
}
</style>
background-color css
<style>
a { background-color: #8FE8FF; }
a { background-color: rgb(143,232,255); }
div.DivClassName
{
background-color: #8FE8FF;
}
.BgClassName
{
background-color: #8FE8FF;
}
</style>
border-color css
<style>
span { border-color: #8FE8FF; }
span { border-color: rgb(143,232,255); }
td.TdClassName
{
border-color: #8FE8FF;
}
.TagClassName
{
border-color: #8FE8FF;
}
</style>