Html Css Color HEX #7DE6FC Electric Blue

📋 copy color: '#7DE6FC'

red 125 ◦ green 230 ◦ blue 252

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

Shades of Electric Blue #7DE6FC

Tints of Electric Blue #7DE6FC

RGB

 RED value IS 125 (49.22% from 255) = 20.59%

 GREEN value IS 230 (90.23% from 255) = 37.89%

 BLUE value IS 252 (98.83% from 255) = 41.52%

R = 20.59%
G = 37.89%
B = 41.52%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DE6FC (or 0x7DE6FC) is known color: Electric Blue. HEX triplet: 7D, E6 and FC. RGB value is (125,230,252). Sum of RGB (Red+Green+Blue) = 125+230+252=607 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.59% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DE6FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE6FC is #821903. Grayscale: #C8C8C8. Windows color (decimal): -8526084 or 16574077. OLE color: 16574077.

HSL color Cylindrical-coordinate representation of color #7DE6FC: hue angle of 190.39º 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 #7DE6FC is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 230 252 -
CMYK 0.50 0.09 0 0.01
HSL 190.39º 0.95% 0.74% -
HSV(B) 190.39º 0.5% 0.99% -
XYZ 54.32 67.98 102.35 -
YUV 201.11 156.71 73.71 -
System Red Green Blue C M Y K H S L
Decimal 125 230 252 0.50 0.09 0 0.01 190.39 0.95 0.74
Hex 7D E6 FC 32 9 0 1 BE 5F 4A
Octal 175 346 374 62 11 0 1 276 137 112
Binary 1111101 11100110 11111100 110010 1001 0 1 10111110 1011111 1001010

Color Harmonies of #7DE6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE6FC

Black with #7DE6FC

Text Example


Text Example

White with #7DE6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DE6FC;
 }
 .AnyTagClassName
 {
   color: #7DE6FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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