Html Css Color HEX #7DFAE9 Electric Blue

📋 copy color: '#7DFAE9'

red 125 ◦ green 250 ◦ blue 233

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

Shades of Electric Blue #7DFAE9

Tints of Electric Blue #7DFAE9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

 BLUE value IS 233 (91.41% from 255) = 38.32%

R = 20.56%
G = 41.12%
B = 38.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#7DFAE9 (or 0x7DFAE9) is known color: Electric Blue. HEX triplet: 7D, FA and E9. RGB value is (125,250,233). Sum of RGB (Red+Green+Blue) = 125+250+233=608 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.56% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFAE9 is #820516. Grayscale: #D2D2D2. Windows color (decimal): -8520983 or 15334013. OLE color: 15334013.

HSL color Cylindrical-coordinate representation of color #7DFAE9: hue angle of 171.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFAE9 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 233 -
CMYK 0.50 0 0.07 0.02
HSL 171.84º 0.93% 0.74% -
HSV(B) 171.84º 0.5% 0.98% -
XYZ 57.35 78.61 89.24 -
YUV 210.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 125 250 233 0.50 0 0.07 0.02 171.84 0.93 0.74
Hex 7D FA E9 32 0 7 2 AC 5D 4A
Octal 175 372 351 62 0 7 2 254 135 112
Binary 1111101 11111010 11101001 110010 0 111 10 10101100 1011101 1001010

Color Harmonies of #7DFAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFAE9

Black with #7DFAE9

Text Example


Text Example

White with #7DFAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,250,233); }

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

background-color css

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

 a { background-color: rgb(125,250,233); }

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

border-color css

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

 span { border-color: rgb(125,250,233); }

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