#6DECFD

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

Shades of Electric Blue #6DECFD

Tints of Electric Blue #6DECFD

Color information

#6DECFD (or 0x6DECFD) is unknown color: approx Electric Blue. HEX triplet: 6D, EC and FD. RGB value is (109,236,253). Sum of RGB (Red+Green+Blue) = 109+236+253=598 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.23% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DECFD is #921302. Grayscale: #C7C7C7. Windows color (decimal): -9573123 or 16641133. OLE color: 16641133.

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

Color convert

RGB109236253-
CMYK0.570.0700.01
HSL187.08º97.3%70.98%-
HSV(B)187.08º56.92%99.22%-
XYZ54.0370.33103.66-
YUV199.96157.9263.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.23%
GREEN value IS 236 (92.58% from 255) = 39.46%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=18.23%
G=39.46%
B=42.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1092362530.570.0700.01187.0897.370.98
Hex6DECFD39701bb6147
Octal15535437571701273141107
Binary11011011110110011111101111001111011011101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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