Shades of Columbia Blue #8FDEF4
Tints of Columbia Blue #8FDEF4
RGB
CMYK
RGB Variations
Color information
#8FDEF4 (or 0x8FDEF4) is known color: Columbia Blue. HEX triplet: 8F, DE and F4. RGB value is (143,222,244). Sum of RGB (Red+Green+Blue) = 143+222+244=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #8FDEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDEF4 is #70210B. Grayscale: #C8C8C8. Windows color (decimal): -7348492 or 16047759. OLE color: 16047759.
HSL color Cylindrical-coordinate representation of color #8FDEF4: hue angle of 193.07º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FDEF4 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 222 | 244 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.04 |
| HSL | 193.07º | 0.82% | 0.76% | - |
| HSV(B) | 193.07º | 0.41% | 0.96% | - |
| XYZ | 53.78 | 64.61 | 95.23 | - |
| YUV | 200.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 244 | 0.41 | 0.09 | 0 | 0.04 | 193.07 | 0.82 | 0.76 |
| Hex | 8F | DE | F4 | 29 | 9 | 0 | 4 | C1 | 52 | 4C |
| Octal | 217 | 336 | 364 | 51 | 11 | 0 | 4 | 301 | 122 | 114 |
| Binary | 10001111 | 11011110 | 11110100 | 101001 | 1001 | 0 | 100 | 11000001 | 1010010 | 1001100 |
Color Harmonies of #8FDEF4
Complementary color
Monochromatic Colors of #8FDEF4
Black with #8FDEF4
Text Example
Text Example
White with #8FDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDEF4; }
p { color: rgb(143,222,244); }
H1.HeaderClassName
{
color: #8FDEF4;
}
.AnyTagClassName
{
color: #8FDEF4;
}
</style>
background-color css
<style>
a { background-color: #8FDEF4; }
a { background-color: rgb(143,222,244); }
div.DivClassName
{
background-color: #8FDEF4;
}
.BgClassName
{
background-color: #8FDEF4;
}
</style>
border-color css
<style>
span { border-color: #8FDEF4; }
span { border-color: rgb(143,222,244); }
td.TdClassName
{
border-color: #8FDEF4;
}
.TagClassName
{
border-color: #8FDEF4;
}
</style>