#6DE8FC

Color #6DE8FC Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #6DE8FC

Tints of Electric Blue #6DE8FC

Color information

#6DE8FC (or 0x6DE8FC) is unknown color: approx Electric Blue. HEX triplet: 6D, E8 and FC. RGB value is (109,232,252). Sum of RGB (Red+Green+Blue) = 109+232+252=593 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.38% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DE8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DE8FC is #921703. Grayscale: #C5C5C5. Windows color (decimal): -9574148 or 16574573. OLE color: 16574573.

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

Color convert

RGB109232252-
CMYK0.570.0800.01
HSL188.39º95.97%70.78%-
HSV(B)188.39º56.75%98.82%-
XYZ52.7367.99102.44-
YUV197.5158.7564.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.38%
GREEN value IS 232 (91.02% from 255) = 39.12%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=18.38%
G=39.12%
B=42.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092322520.570.0800.01188.3995.9770.78
Hex6DE8FC39801bc6047
Octal155350374711001274140107
Binary110110111101000111111001110011000011011110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6DE8FC;
 }
 .AnyTagClassName
 {
   color: #6DE8FC;
 }
</style>
background-color css

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

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

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

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

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

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