Shades of Columbia Blue #8FE6FD
Tints of Columbia Blue #8FE6FD
RGB
CMYK
RGB Variations
Color information
#8FE6FD (or 0x8FE6FD) is known color: Columbia Blue. HEX triplet: 8F, E6 and FD. RGB value is (143,230,253). Sum of RGB (Red+Green+Blue) = 143+230+253=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FE6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE6FD is #701902. Grayscale: #CECECE. Windows color (decimal): -7346435 or 16639631. OLE color: 16639631.
HSL color Cylindrical-coordinate representation of color #8FE6FD: hue angle of 192.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FE6FD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 230 | 253 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.01 |
| HSL | 192.55º | 0.96% | 0.78% | - |
| HSV(B) | 192.55º | 0.43% | 0.99% | - |
| XYZ | 57.35 | 69.53 | 103.33 | - |
| YUV | 206.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 253 | 0.43 | 0.09 | 0 | 0.01 | 192.55 | 0.96 | 0.78 |
| Hex | 8F | E6 | FD | 2B | 9 | 0 | 1 | C1 | 60 | 4E |
| Octal | 217 | 346 | 375 | 53 | 11 | 0 | 1 | 301 | 140 | 116 |
| Binary | 10001111 | 11100110 | 11111101 | 101011 | 1001 | 0 | 1 | 11000001 | 1100000 | 1001110 |
Color Harmonies of #8FE6FD
Complementary color
Monochromatic Colors of #8FE6FD
Black with #8FE6FD
Text Example
Text Example
White with #8FE6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE6FD; }
p { color: rgb(143,230,253); }
H1.HeaderClassName
{
color: #8FE6FD;
}
.AnyTagClassName
{
color: #8FE6FD;
}
</style>
background-color css
<style>
a { background-color: #8FE6FD; }
a { background-color: rgb(143,230,253); }
div.DivClassName
{
background-color: #8FE6FD;
}
.BgClassName
{
background-color: #8FE6FD;
}
</style>
border-color css
<style>
span { border-color: #8FE6FD; }
span { border-color: rgb(143,230,253); }
td.TdClassName
{
border-color: #8FE6FD;
}
.TagClassName
{
border-color: #8FE6FD;
}
</style>