Html Css Color HEX #6EEDFE Electric Blue

📋 copy color: '#6EEDFE'

red 110 ◦ green 237 ◦ blue 254

#6EEDFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #6EEDFE

Tints of Electric Blue #6EEDFE

RGB

 RED value IS 110 (43.36% from 255) = 18.3%

 GREEN value IS 237 (92.97% from 255) = 39.43%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 18.3%
G = 39.43%
B = 42.26%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6EEDFE (or 0x6EEDFE) is known color: Electric Blue. HEX triplet: 6E, ED and FE. RGB value is (110,237,254). Sum of RGB (Red+Green+Blue) = 110+237+254=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 237 (92.97% from 255 or 39.43% 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 #6EEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEDFE is #911201. Grayscale: #C8C8C8. Windows color (decimal): -9507330 or 16706926. OLE color: 16706926.

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

Color convert

RGB 110 237 254 -
CMYK 0.57 0.07 0 0.00
HSL 187.08º 0.99% 0.71% -
HSV(B) 187.08º 0.57% 1% -
XYZ 54.6 71.04 104.6 -
YUV 200.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 110 237 254 0.57 0.07 0 0.00 187.08 0.99 0.71
Hex 6E ED FE 39 7 0 0 BB 63 47
Octal 156 355 376 71 7 0 0 273 143 107
Binary 1101110 11101101 11111110 111001 111 0 0 10111011 1100011 1000111

Color Harmonies of #6EEDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDFE

Black with #6EEDFE

Text Example


Text Example

White with #6EEDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EEDFE;
 }
 .AnyTagClassName
 {
   color: #6EEDFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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