Html Css Color HEX #6DEBFF Electric Blue

📋 copy color: '#6DEBFF'

red 109 ◦ green 235 ◦ blue 255

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

Shades of Electric Blue #6DEBFF

Tints of Electric Blue #6DEBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.23%

 BLUE value IS 255 (100% from 255) = 42.57%

R = 18.2%
G = 39.23%
B = 42.57%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6DEBFF (or 0x6DEBFF) is known color: Electric Blue. HEX triplet: 6D, EB and FF. RGB value is (109,235,255). Sum of RGB (Red+Green+Blue) = 109+235+255=599 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.20% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DEBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEBFF is #921400. Grayscale: #C7C7C7. Windows color (decimal): -9573377 or 16771949. OLE color: 16771949.

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

Color convert

RGB 109 235 255 -
CMYK 0.57 0.08 0 0
HSL 188.22º 1% 0.71% -
HSV(B) 188.22º 0.57% 1% -
XYZ 54.07 69.89 105.25 -
YUV 199.61 159.26 63.37 -
System Red Green Blue C M Y K H S L
Decimal 109 235 255 0.57 0.08 0 0 188.22 1 0.71
Hex 6D EB FF 39 8 0 0 BC 64 47
Octal 155 353 377 71 10 0 0 274 144 107
Binary 1101101 11101011 11111111 111001 1000 0 0 10111100 1100100 1000111

Color Harmonies of #6DEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEBFF

Black with #6DEBFF

Text Example


Text Example

White with #6DEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,235,255); }

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

background-color css

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

 a { background-color: rgb(109,235,255); }

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

border-color css

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

 span { border-color: rgb(109,235,255); }

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