Html Css Color HEX #6EEDFF Electric Blue

📋 copy color: '#6EEDFF'

red 110 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #6EEDFF

Tints of Electric Blue #6EEDFF

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 value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6EEDFF (or 0x6EEDFF) is known color: 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

RGB 110 237 255 -
CMYK 0.57 0.07 0 0
HSL 187.45º 1% 0.72% -
HSV(B) 187.45º 0.57% 1% -
XYZ 54.76 71.1 105.45 -
YUV 201.08 158.42 63.04 -
System Red Green Blue C M Y K H S L
Decimal 110 237 255 0.57 0.07 0 0 187.45 1 0.72
Hex 6E ED FF 39 7 0 0 BB 64 48
Octal 156 355 377 71 7 0 0 273 144 110
Binary 1101110 11101101 11111111 111001 111 0 0 10111011 1100100 1001000

Color Harmonies of #6EEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDFF

Black with #6EEDFF

Text Example


Text Example

White with #6EEDFF

Text Example


Text Example

HTML Codes & Css Web 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>