Shades of Columbia Blue #8FDFF9
Tints of Columbia Blue #8FDFF9
RGB
CMYK
RGB Variations
Color information
#8FDFF9 (or 0x8FDFF9) is known color: Columbia Blue. HEX triplet: 8F, DF and F9. RGB value is (143,223,249). Sum of RGB (Red+Green+Blue) = 143+223+249=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDFF9 is #702006. Grayscale: #C9C9C9. Windows color (decimal): -7348231 or 16375695. OLE color: 16375695.
HSL color Cylindrical-coordinate representation of color #8FDFF9: hue angle of 194.72º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FDFF9 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 223 | 249 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.02 |
| HSL | 194.72º | 0.9% | 0.77% | - |
| HSV(B) | 194.72º | 0.43% | 0.98% | - |
| XYZ | 54.81 | 65.45 | 99.37 | - |
| YUV | 202.04 | 154.5 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 249 | 0.43 | 0.10 | 0 | 0.02 | 194.72 | 0.9 | 0.77 |
| Hex | 8F | DF | F9 | 2B | A | 0 | 2 | C3 | 5A | 4D |
| Octal | 217 | 337 | 371 | 53 | 12 | 0 | 2 | 303 | 132 | 115 |
| Binary | 10001111 | 11011111 | 11111001 | 101011 | 1010 | 0 | 10 | 11000011 | 1011010 | 1001101 |
Color Harmonies of #8FDFF9
Complementary color
Monochromatic Colors of #8FDFF9
Black with #8FDFF9
Text Example
Text Example
White with #8FDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFF9; }
p { color: rgb(143,223,249); }
H1.HeaderClassName
{
color: #8FDFF9;
}
.AnyTagClassName
{
color: #8FDFF9;
}
</style>
background-color css
<style>
a { background-color: #8FDFF9; }
a { background-color: rgb(143,223,249); }
div.DivClassName
{
background-color: #8FDFF9;
}
.BgClassName
{
background-color: #8FDFF9;
}
</style>
border-color css
<style>
span { border-color: #8FDFF9; }
span { border-color: rgb(143,223,249); }
td.TdClassName
{
border-color: #8FDFF9;
}
.TagClassName
{
border-color: #8FDFF9;
}
</style>