Html Css Color HEX #6DE8FD Electric Blue

📋 copy color: '#6DE8FD'

red 109 ◦ green 232 ◦ blue 253

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

Shades of Electric Blue #6DE8FD

Tints of Electric Blue #6DE8FD

RGB

 RED value IS 109 (42.97% from 255) = 18.35%

 GREEN value IS 232 (91.02% from 255) = 39.06%

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

R = 18.35%
G = 39.06%
B = 42.59%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DE8FD (or 0x6DE8FD) is known color: Electric Blue. HEX triplet: 6D, E8 and FD. RGB value is (109,232,253). Sum of RGB (Red+Green+Blue) = 109+232+253=594 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.35% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DE8FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE8FD is #921702. Grayscale: #C5C5C5. Windows color (decimal): -9574147 or 16640109. OLE color: 16640109.

HSL color Cylindrical-coordinate representation of color #6DE8FD: hue angle of 188.75º 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 #6DE8FD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 232 253 -
CMYK 0.57 0.08 0 0.01
HSL 188.75º 0.97% 0.71% -
HSV(B) 188.75º 0.57% 0.99% -
XYZ 52.89 68.06 103.28 -
YUV 197.62 159.25 64.79 -
System Red Green Blue C M Y K H S L
Decimal 109 232 253 0.57 0.08 0 0.01 188.75 0.97 0.71
Hex 6D E8 FD 39 8 0 1 BD 61 47
Octal 155 350 375 71 10 0 1 275 141 107
Binary 1101101 11101000 11111101 111001 1000 0 1 10111101 1100001 1000111

Color Harmonies of #6DE8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE8FD

Black with #6DE8FD

Text Example


Text Example

White with #6DE8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,232,253); }

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

background-color css

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

 a { background-color: rgb(109,232,253); }

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

border-color css

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

 span { border-color: rgb(109,232,253); }

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