#6FEDF4

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

Shades of Electric Blue #6FEDF4

Tints of Electric Blue #6FEDF4

Color information

#6FEDF4 (or 0x6FEDF4) is unknown color: approx Electric Blue. HEX triplet: 6F, ED and F4. RGB value is (111,237,244). Sum of RGB (Red+Green+Blue) = 111+237+244=592 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.75% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 244 (95.70% from 255 or 41.22% from 592); Max value from RGB is 244 - color contains mainly: blue. Hex color #6FEDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDF4 is #90120B. Grayscale: #C7C7C7. Windows color (decimal): -9441804 or 16051567. OLE color: 16051567.

HSL color Cylindrical-coordinate representation of color #6FEDF4: hue angle of 183.16º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FEDF4 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111237244-
CMYK0.550.0300.04
HSL183.16º85.81%69.61%-
HSV(B)183.16º54.51%95.69%-
XYZ53.1770.4896.39-
YUV200.12152.7664.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.75%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 244 (95.70% from 255) = 41.22%
R=18.75%
G=40.03%
B=41.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112372440.550.0300.04183.1685.8169.61
Hex6FEDF437304b75646
Octal15735536467304267126106
Binary110111111101101111101001101111101001011011110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,237,244); }

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

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

 a { background-color: rgb(111,237,244); }

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

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

 span { border-color: rgb(111,237,244); }

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