#6FEDFD

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

Shades of Electric Blue #6FEDFD

Tints of Electric Blue #6FEDFD

Color information

#6FEDFD (or 0x6FEDFD) is unknown color: approx Electric Blue. HEX triplet: 6F, ED and FD. RGB value is (111,237,253). Sum of RGB (Red+Green+Blue) = 111+237+253=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDFD is #901202. Grayscale: #C8C8C8. Windows color (decimal): -9441795 or 16641391. OLE color: 16641391.

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

Color convert

RGB111237253-
CMYK0.560.0600.01
HSL186.76º97.26%71.37%-
HSV(B)186.76º56.13%99.22%-
XYZ54.5771.04103.76-
YUV201.15157.2663.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.47%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=18.47%
G=39.43%
B=42.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1112372530.560.0600.01186.7697.2671.37
Hex6FEDFD38601bb6147
Octal15735537570601273141107
Binary11011111110110111111101111000110011011101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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