#7DFCF9

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

Shades of Electric Blue #7DFCF9

Tints of Electric Blue #7DFCF9

Color information

#7DFCF9 (or 0x7DFCF9) is unknown color: approx Electric Blue. HEX triplet: 7D, FC and F9. RGB value is (125,252,249). Sum of RGB (Red+Green+Blue) = 125+252+249=626 (82% of max value = 765). Red value is 125 (49.22% from 255 or 19.97% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFCF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFCF9 is #820306. Grayscale: #D5D5D5. Windows color (decimal): -8520455 or 16383101. OLE color: 16383101.

HSL color Cylindrical-coordinate representation of color #7DFCF9: hue angle of 178.58º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFCF9 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB125252249-
CMYK0.5000.010.01
HSL178.58º95.49%73.92%-
HSV(B)178.58º50.4%98.82%-
XYZ60.3780.82102.04-
YUV213.68147.9264.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 19.97%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 249 (97.66% from 255) = 39.78%
R=19.97%
G=40.26%
B=39.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252522490.5000.010.01178.5895.4973.92
Hex7DFCF932011b35f4a
Octal17537437162011263137112
Binary111110111111100111110011100100111011001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DFCF9; }

 p { color: rgb(125,252,249); }

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

<style>
 a { background-color: #7DFCF9; }

 a { background-color: rgb(125,252,249); }

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

<style>
 span { border-color: #7DFCF9; }

 span { border-color: rgb(125,252,249); }

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