Shades of Columbia Blue #8FDEFD
Tints of Columbia Blue #8FDEFD
RGB
CMYK
RGB Variations
Color information
#8FDEFD (or 0x8FDEFD) is known color: Columbia Blue. HEX triplet: 8F, DE and FD. RGB value is (143,222,253). Sum of RGB (Red+Green+Blue) = 143+222+253=618 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.14% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FDEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDEFD is #702102. Grayscale: #C9C9C9. Windows color (decimal): -7348483 or 16637583. OLE color: 16637583.
HSL color Cylindrical-coordinate representation of color #8FDEFD: hue angle of 196.91º 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 #8FDEFD is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 222 | 253 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.01 |
| HSL | 196.91º | 0.96% | 0.78% | - |
| HSV(B) | 196.91º | 0.43% | 0.99% | - |
| XYZ | 55.18 | 65.17 | 102.6 | - |
| YUV | 201.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 253 | 0.43 | 0.12 | 0 | 0.01 | 196.91 | 0.96 | 0.78 |
| Hex | 8F | DE | FD | 2B | C | 0 | 1 | C5 | 60 | 4E |
| Octal | 217 | 336 | 375 | 53 | 14 | 0 | 1 | 305 | 140 | 116 |
| Binary | 10001111 | 11011110 | 11111101 | 101011 | 1100 | 0 | 1 | 11000101 | 1100000 | 1001110 |
Color Harmonies of #8FDEFD
Complementary color
Monochromatic Colors of #8FDEFD
Black with #8FDEFD
Text Example
Text Example
White with #8FDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEFD; }
p { color: rgb(143,222,253); }
H1.HeaderClassName
{
color: #8FDEFD;
}
.AnyTagClassName
{
color: #8FDEFD;
}
</style>
background-color css
<style>
a { background-color: #8FDEFD; }
a { background-color: rgb(143,222,253); }
div.DivClassName
{
background-color: #8FDEFD;
}
.BgClassName
{
background-color: #8FDEFD;
}
</style>
border-color css
<style>
span { border-color: #8FDEFD; }
span { border-color: rgb(143,222,253); }
td.TdClassName
{
border-color: #8FDEFD;
}
.TagClassName
{
border-color: #8FDEFD;
}
</style>