Shades of Columbia Blue #8CDBFE
Tints of Columbia Blue #8CDBFE
RGB
CMYK
RGB Variations
Color information
#8CDBFE (or 0x8CDBFE) is known color: Columbia Blue. HEX triplet: 8C, DB and FE. RGB value is (140,219,254). Sum of RGB (Red+Green+Blue) = 140+219+254=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDBFE is #732401. Grayscale: #C7C7C7. Windows color (decimal): -7545858 or 16702348. OLE color: 16702348.
HSL color Cylindrical-coordinate representation of color #8CDBFE: hue angle of 198.42º 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 #8CDBFE is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 219 | 254 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.00 |
| HSL | 198.42º | 0.98% | 0.77% | - |
| HSV(B) | 198.42º | 0.45% | 1% | - |
| XYZ | 54.04 | 63.39 | 103.15 | - |
| YUV | 199.37 | 158.83 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 254 | 0.45 | 0.14 | 0 | 0.00 | 198.42 | 0.98 | 0.77 |
| Hex | 8C | DB | FE | 2D | E | 0 | 0 | C6 | 62 | 4D |
| Octal | 214 | 333 | 376 | 55 | 16 | 0 | 0 | 306 | 142 | 115 |
| Binary | 10001100 | 11011011 | 11111110 | 101101 | 1110 | 0 | 0 | 11000110 | 1100010 | 1001101 |
Color Harmonies of #8CDBFE
Complementary color
Monochromatic Colors of #8CDBFE
Black with #8CDBFE
Text Example
Text Example
White with #8CDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBFE; }
p { color: rgb(140,219,254); }
H1.HeaderClassName
{
color: #8CDBFE;
}
.AnyTagClassName
{
color: #8CDBFE;
}
</style>
background-color css
<style>
a { background-color: #8CDBFE; }
a { background-color: rgb(140,219,254); }
div.DivClassName
{
background-color: #8CDBFE;
}
.BgClassName
{
background-color: #8CDBFE;
}
</style>
border-color css
<style>
span { border-color: #8CDBFE; }
span { border-color: rgb(140,219,254); }
td.TdClassName
{
border-color: #8CDBFE;
}
.TagClassName
{
border-color: #8CDBFE;
}
</style>