#6FECFE

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

Shades of Electric Blue #6FECFE

Tints of Electric Blue #6FECFE

Color information

#6FECFE (or 0x6FECFE) is unknown color: approx Electric Blue. HEX triplet: 6F, EC and FE. RGB value is (111,236,254). Sum of RGB (Red+Green+Blue) = 111+236+254=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECFE is #901301. Grayscale: #C8C8C8. Windows color (decimal): -9442050 or 16706671. OLE color: 16706671.

HSL color Cylindrical-coordinate representation of color #6FECFE: hue angle of 187.55º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FECFE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB111236254-
CMYK0.560.0700.00
HSL187.55º98.62%71.57%-
HSV(B)187.55º56.3%99.61%-
XYZ54.4470.53104.51-
YUV200.68158.0964.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.47%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=18.47%
G=39.27%
B=42.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1112362540.560.0700.00187.5598.6271.57
Hex6FECFE38700bc6348
Octal15735437670700274143110
Binary11011111110110011111110111000111001011110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FECFE; }

 p { color: rgb(111,236,254); }

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

<style>
 a { background-color: #6FECFE; }

 a { background-color: rgb(111,236,254); }

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

<style>
 span { border-color: #6FECFE; }

 span { border-color: rgb(111,236,254); }

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