Shades of Electric Blue #8FFCFC
Tints of Electric Blue #8FFCFC
RGB
CMYK
RGB Variations
Color information
#8FFCFC (or 0x8FFCFC) is known color: Electric Blue. HEX triplet: 8F, FC and FC. RGB value is (143,252,252). Sum of RGB (Red+Green+Blue) = 143+252+252=647 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.10% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #8FFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCFC is #700303. Grayscale: #DBDBDB. Windows color (decimal): -7340804 or 16579727. OLE color: 16579727.
HSL color Cylindrical-coordinate representation of color #8FFCFC: hue angle of 180º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCFC is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 252 | - |
| CMYK | 0.43 | 0 | 0 | 0.01 |
| HSL | 180º | 0.95% | 0.77% | - |
| HSV(B) | 180º | 0.43% | 0.99% | - |
| XYZ | 63.71 | 82.49 | 104.66 | - |
| YUV | 219.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 252 | 0.43 | 0 | 0 | 0.01 | 180 | 0.95 | 0.77 |
| Hex | 8F | FC | FC | 2B | 0 | 0 | 1 | B4 | 5F | 4D |
| Octal | 217 | 374 | 374 | 53 | 0 | 0 | 1 | 264 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11111100 | 101011 | 0 | 0 | 1 | 10110100 | 1011111 | 1001101 |
Color Harmonies of #8FFCFC
Complementary color
Monochromatic Colors of #8FFCFC
Black with #8FFCFC
Text Example
Text Example
White with #8FFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCFC; }
p { color: rgb(143,252,252); }
H1.HeaderClassName
{
color: #8FFCFC;
}
.AnyTagClassName
{
color: #8FFCFC;
}
</style>
background-color css
<style>
a { background-color: #8FFCFC; }
a { background-color: rgb(143,252,252); }
div.DivClassName
{
background-color: #8FFCFC;
}
.BgClassName
{
background-color: #8FFCFC;
}
</style>
border-color css
<style>
span { border-color: #8FFCFC; }
span { border-color: rgb(143,252,252); }
td.TdClassName
{
border-color: #8FFCFC;
}
.TagClassName
{
border-color: #8FFCFC;
}
</style>