#8CFEFF

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

Shades of Electric Blue #8CFEFF

Tints of Electric Blue #8CFEFF

Color information

#8CFEFF (or 0x8CFEFF) is unknown color: approx Electric Blue. HEX triplet: 8C, FE and FF. RGB value is (140,254,255). Sum of RGB (Red+Green+Blue) = 140+254+255=649 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.57% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEFF is #730100. Grayscale: #DBDBDB. Windows color (decimal): -7536897 or 16776844. OLE color: 16776844.

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

Color convert

RGB140254255-
CMYK0.450.0000
HSL180.52º100%77.45%-
HSV(B)180.52º45.1%100%-
XYZ64.3183.68107.37-
YUV220.03147.7370.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 21.57%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 255 (100% from 255) = 39.29%
R=21.57%
G=39.14%
B=39.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402542550.450.0000180.5210077.45
Hex8CFEFF2D000b5644d
Octal21437637755000265144115
Binary1000110011111110111111111011010001011010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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