Html Css Color HEX #7DEAFC Electric Blue

📋 copy color: '#7DEAFC'

red 125 ◦ green 234 ◦ blue 252

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

Shades of Electric Blue #7DEAFC

Tints of Electric Blue #7DEAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

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

R = 20.46%
G = 38.3%
B = 41.24%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DEAFC (or 0x7DEAFC) is known color: Electric Blue. HEX triplet: 7D, EA and FC. RGB value is (125,234,252). Sum of RGB (Red+Green+Blue) = 125+234+252=611 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.46% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DEAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAFC is #821503. Grayscale: #CBCBCB. Windows color (decimal): -8525060 or 16575101. OLE color: 16575101.

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

Color convert

RGB 125 234 252 -
CMYK 0.50 0.07 0 0.01
HSL 188.5º 0.95% 0.74% -
HSV(B) 188.5º 0.5% 0.99% -
XYZ 55.45 70.23 102.73 -
YUV 203.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 125 234 252 0.50 0.07 0 0.01 188.5 0.95 0.74
Hex 7D EA FC 32 7 0 1 BD 5F 4A
Octal 175 352 374 62 7 0 1 275 137 112
Binary 1111101 11101010 11111100 110010 111 0 1 10111101 1011111 1001010

Color Harmonies of #7DEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAFC

Black with #7DEAFC

Text Example


Text Example

White with #7DEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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