Shades of Columbia Blue #8CDFFE
Tints of Columbia Blue #8CDFFE
RGB
CMYK
RGB Variations
Color information
#8CDFFE (or 0x8CDFFE) is known color: Columbia Blue. HEX triplet: 8C, DF and FE. RGB value is (140,223,254). Sum of RGB (Red+Green+Blue) = 140+223+254=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFFE is #732001. Grayscale: #C9C9C9. Windows color (decimal): -7544834 or 16703372. OLE color: 16703372.
HSL color Cylindrical-coordinate representation of color #8CDFFE: hue angle of 196.32º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDFFE is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 223 | 254 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.00 |
| HSL | 196.32º | 0.98% | 0.77% | - |
| HSV(B) | 196.32º | 0.45% | 1% | - |
| XYZ | 55.09 | 65.51 | 103.51 | - |
| YUV | 201.72 | 157.5 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 254 | 0.45 | 0.12 | 0 | 0.00 | 196.32 | 0.98 | 0.77 |
| Hex | 8C | DF | FE | 2D | C | 0 | 0 | C4 | 62 | 4D |
| Octal | 214 | 337 | 376 | 55 | 14 | 0 | 0 | 304 | 142 | 115 |
| Binary | 10001100 | 11011111 | 11111110 | 101101 | 1100 | 0 | 0 | 11000100 | 1100010 | 1001101 |
Color Harmonies of #8CDFFE
Complementary color
Monochromatic Colors of #8CDFFE
Black with #8CDFFE
Text Example
Text Example
White with #8CDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFFE; }
p { color: rgb(140,223,254); }
H1.HeaderClassName
{
color: #8CDFFE;
}
.AnyTagClassName
{
color: #8CDFFE;
}
</style>
background-color css
<style>
a { background-color: #8CDFFE; }
a { background-color: rgb(140,223,254); }
div.DivClassName
{
background-color: #8CDFFE;
}
.BgClassName
{
background-color: #8CDFFE;
}
</style>
border-color css
<style>
span { border-color: #8CDFFE; }
span { border-color: rgb(140,223,254); }
td.TdClassName
{
border-color: #8CDFFE;
}
.TagClassName
{
border-color: #8CDFFE;
}
</style>