Html Css Color HEX #6EEDFD Electric Blue

📋 copy color: '#6EEDFD'

red 110 ◦ green 237 ◦ blue 253

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

Shades of Electric Blue #6EEDFD

Tints of Electric Blue #6EEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 18.33%
G = 39.5%
B = 42.17%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EEDFD (or 0x6EEDFD) is known color: Electric Blue. HEX triplet: 6E, ED and FD. RGB value is (110,237,253). Sum of RGB (Red+Green+Blue) = 110+237+253=600 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.33% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEDFD is #911202. Grayscale: #C8C8C8. Windows color (decimal): -9507331 or 16641390. OLE color: 16641390.

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

Color convert

RGB 110 237 253 -
CMYK 0.57 0.06 0 0.01
HSL 186.71º 0.97% 0.71% -
HSV(B) 186.71º 0.57% 0.99% -
XYZ 54.44 70.98 103.76 -
YUV 200.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 110 237 253 0.57 0.06 0 0.01 186.71 0.97 0.71
Hex 6E ED FD 39 6 0 1 BB 61 47
Octal 156 355 375 71 6 0 1 273 141 107
Binary 1101110 11101101 11111101 111001 110 0 1 10111011 1100001 1000111

Color Harmonies of #6EEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDFD

Black with #6EEDFD

Text Example


Text Example

White with #6EEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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