Shades of Columbia Blue #8CDFFD
Tints of Columbia Blue #8CDFFD
RGB
CMYK
RGB Variations
Color information
#8CDFFD (or 0x8CDFFD) is known color: Columbia Blue. HEX triplet: 8C, DF and FD. RGB value is (140,223,253). Sum of RGB (Red+Green+Blue) = 140+223+253=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFFD is #732002. Grayscale: #C9C9C9. Windows color (decimal): -7544835 or 16637836. OLE color: 16637836.
HSL color Cylindrical-coordinate representation of color #8CDFFD: hue angle of 195.93º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDFFD is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 223 | 253 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.01 |
| HSL | 195.93º | 0.97% | 0.77% | - |
| HSV(B) | 195.93º | 0.45% | 0.99% | - |
| XYZ | 54.93 | 65.44 | 102.66 | - |
| YUV | 201.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 253 | 0.45 | 0.12 | 0 | 0.01 | 195.93 | 0.97 | 0.77 |
| Hex | 8C | DF | FD | 2D | C | 0 | 1 | C4 | 61 | 4D |
| Octal | 214 | 337 | 375 | 55 | 14 | 0 | 1 | 304 | 141 | 115 |
| Binary | 10001100 | 11011111 | 11111101 | 101101 | 1100 | 0 | 1 | 11000100 | 1100001 | 1001101 |
Color Harmonies of #8CDFFD
Complementary color
Monochromatic Colors of #8CDFFD
Black with #8CDFFD
Text Example
Text Example
White with #8CDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFFD; }
p { color: rgb(140,223,253); }
H1.HeaderClassName
{
color: #8CDFFD;
}
.AnyTagClassName
{
color: #8CDFFD;
}
</style>
background-color css
<style>
a { background-color: #8CDFFD; }
a { background-color: rgb(140,223,253); }
div.DivClassName
{
background-color: #8CDFFD;
}
.BgClassName
{
background-color: #8CDFFD;
}
</style>
border-color css
<style>
span { border-color: #8CDFFD; }
span { border-color: rgb(140,223,253); }
td.TdClassName
{
border-color: #8CDFFD;
}
.TagClassName
{
border-color: #8CDFFD;
}
</style>