#6EEAFA

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

Shades of Electric Blue #6EEAFA

Tints of Electric Blue #6EEAFA

Color information

#6EEAFA (or 0x6EEAFA) is unknown color: approx Electric Blue. HEX triplet: 6E, EA and FA. RGB value is (110,234,250). Sum of RGB (Red+Green+Blue) = 110+234+250=594 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.52% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EEAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEAFA is #911505. Grayscale: #C6C6C6. Windows color (decimal): -9508102 or 16444014. OLE color: 16444014.

HSL color Cylindrical-coordinate representation of color #6EEAFA: hue angle of 186.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EEAFA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB110234250-
CMYK0.560.0600.02
HSL186.86º93.33%70.59%-
HSV(B)186.86º56%98.04%-
XYZ53.1169.06100.97-
YUV198.75156.9264.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.52%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=18.52%
G=39.39%
B=42.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1102342500.560.0600.02186.8693.3370.59
Hex6EEAFA38602bb5d47
Octal15635237270602273135107
Binary110111011101010111110101110001100101011101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,234,250); }

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

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

 a { background-color: rgb(110,234,250); }

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

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

 span { border-color: rgb(110,234,250); }

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