Html Css Color HEX #7DEAFF Electric Blue

📋 copy color: '#7DEAFF'

red 125 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #7DEAFF

Tints of Electric Blue #7DEAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 20.36%
G = 38.11%
B = 41.53%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DEAFF (or 0x7DEAFF) is known color: Electric Blue. HEX triplet: 7D, EA and FF. RGB value is (125,234,255). Sum of RGB (Red+Green+Blue) = 125+234+255=614 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.36% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAFF is #821500. Grayscale: #CBCBCB. Windows color (decimal): -8525057 or 16771709. OLE color: 16771709.

HSL color Cylindrical-coordinate representation of color #7DEAFF: hue angle of 189.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DEAFF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 234 255 -
CMYK 0.51 0.08 0 0
HSL 189.69º 1% 0.75% -
HSV(B) 189.69º 0.51% 1% -
XYZ 55.93 70.43 105.25 -
YUV 203.8 156.89 71.79 -
System Red Green Blue C M Y K H S L
Decimal 125 234 255 0.51 0.08 0 0 189.69 1 0.75
Hex 7D EA FF 33 8 0 0 BE 64 4B
Octal 175 352 377 63 10 0 0 276 144 113
Binary 1111101 11101010 11111111 110011 1000 0 0 10111110 1100100 1001011

Color Harmonies of #7DEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEAFF

Black with #7DEAFF

Text Example


Text Example

White with #7DEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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