Shades of Electric Blue #8FFCFD
Tints of Electric Blue #8FFCFD
RGB
CMYK
RGB Variations
Color information
#8FFCFD (or 0x8FFCFD) is known color: Electric Blue. HEX triplet: 8F, FC and FD. RGB value is (143,252,253). Sum of RGB (Red+Green+Blue) = 143+252+253=648 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.07% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FFCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCFD is #700302. Grayscale: #DBDBDB. Windows color (decimal): -7340803 or 16645263. OLE color: 16645263.
HSL color Cylindrical-coordinate representation of color #8FFCFD: hue angle of 180.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCFD is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 253 | - |
| CMYK | 0.43 | 0.00 | 0 | 0.01 |
| HSL | 180.55º | 0.96% | 0.78% | - |
| HSV(B) | 180.55º | 0.43% | 0.99% | - |
| XYZ | 63.87 | 82.55 | 105.5 | - |
| YUV | 219.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 253 | 0.43 | 0.00 | 0 | 0.01 | 180.55 | 0.96 | 0.78 |
| Hex | 8F | FC | FD | 2B | 0 | 0 | 1 | B5 | 60 | 4E |
| Octal | 217 | 374 | 375 | 53 | 0 | 0 | 1 | 265 | 140 | 116 |
| Binary | 10001111 | 11111100 | 11111101 | 101011 | 0 | 0 | 1 | 10110101 | 1100000 | 1001110 |
Color Harmonies of #8FFCFD
Complementary color
Monochromatic Colors of #8FFCFD
Black with #8FFCFD
Text Example
Text Example
White with #8FFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCFD; }
p { color: rgb(143,252,253); }
H1.HeaderClassName
{
color: #8FFCFD;
}
.AnyTagClassName
{
color: #8FFCFD;
}
</style>
background-color css
<style>
a { background-color: #8FFCFD; }
a { background-color: rgb(143,252,253); }
div.DivClassName
{
background-color: #8FFCFD;
}
.BgClassName
{
background-color: #8FFCFD;
}
</style>
border-color css
<style>
span { border-color: #8FFCFD; }
span { border-color: rgb(143,252,253); }
td.TdClassName
{
border-color: #8FFCFD;
}
.TagClassName
{
border-color: #8FFCFD;
}
</style>