#6EEDFF

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

Shades of Electric Blue #6EEDFF

Tints of Electric Blue #6EEDFF

Color information

#6EEDFF (or 0x6EEDFF) is unknown color: approx Electric Blue. HEX triplet: 6E, ED and FF. RGB value is (110,237,255). Sum of RGB (Red+Green+Blue) = 110+237+255=602 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.27% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEDFF is #911200. Grayscale: #C8C8C8. Windows color (decimal): -9507329 or 16772462. OLE color: 16772462.

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

Color convert

RGB110237255-
CMYK0.570.0700
HSL187.45º100%71.57%-
HSV(B)187.45º56.86%100%-
XYZ54.7671.1105.45-
YUV201.08158.4263.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.27%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 255 (100% from 255) = 42.36%
R=18.27%
G=39.37%
B=42.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102372550.570.0700187.4510071.57
Hex6EEDFF39700bb6448
Octal15635537771700273144110
Binary11011101110110111111111111001111001011101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,237,255); }

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

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

 a { background-color: rgb(110,237,255); }

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

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

 span { border-color: rgb(110,237,255); }

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