#8cfbfe

Color #8CFBFE Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #8CFBFE

Tints of Electric Blue #8CFBFE

Color information

#8CFBFE (or 0x8CFBFE) is unknown color: approx Electric Blue. HEX triplet: 8C, FB and FE. RGB value is (140,251,254). Sum of RGB (Red+Green+Blue) = 140+251+254=645 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.71% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFBFE is #730401. Grayscale: #DADADA. Windows color (decimal): -7537666 or 16710540. OLE color: 16710540.

HSL color Cylindrical-coordinate representation of color #8CFBFE: hue angle of 181.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFBFE is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140251254-
CMYK0.450.0100.00
HSL181.58º98.28%77.25%-
HSV(B)181.58º44.88%99.61%-
XYZ63.281.73106.21-
YUV218.15148.2372.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 21.71%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=21.71%
G=38.91%
B=39.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1402512540.450.0100.00181.5898.2877.25
Hex8CFBFE2D100b6624d
Octal21437337655100266142115
Binary1000110011111011111111101011011001011011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cfbfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8cfbfe; }

 p { color: rgb(140,251,254); }

 H1.HeaderClassName
 {
   color: #8cfbfe;
 }
 .AnyTagClassName
 {
   color: #8cfbfe;
 }
</style>
background-color css

<style>
 a { background-color: #8cfbfe; }

 a { background-color: rgb(140,251,254); }

 div.DivClassName
 {
   background-color: #8cfbfe;
 }
 .BgClassName
 {
   background-color: #8cfbfe;
 }
</style>
border-color css

<style>
 span { border-color: #8cfbfe; }

 span { border-color: rgb(140,251,254); }

 td.TdClassName
 {
   border-color: #8cfbfe;
 }
 .TagClassName
 {
   border-color: #8cfbfe;
 }
</style>