Html Css Color HEX #7DEDFF Electric Blue

📋 copy color: '#7DEDFF'

red 125 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #7DEDFF

Tints of Electric Blue #7DEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.41%

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

R = 20.26%
G = 38.41%
B = 41.33%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DEDFF (or 0x7DEDFF) is known color: Electric Blue. HEX triplet: 7D, ED and FF. RGB value is (125,237,255). Sum of RGB (Red+Green+Blue) = 125+237+255=617 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.26% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEDFF is #821200. Grayscale: #CDCDCD. Windows color (decimal): -8524289 or 16772477. OLE color: 16772477.

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

Color convert

RGB 125 237 255 -
CMYK 0.51 0.07 0 0
HSL 188.31º 1% 0.75% -
HSV(B) 188.31º 0.51% 1% -
XYZ 56.79 72.15 105.54 -
YUV 205.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 125 237 255 0.51 0.07 0 0 188.31 1 0.75
Hex 7D ED FF 33 7 0 0 BC 64 4B
Octal 175 355 377 63 7 0 0 274 144 113
Binary 1111101 11101101 11111111 110011 111 0 0 10111100 1100100 1001011

Color Harmonies of #7DEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEDFF

Black with #7DEDFF

Text Example


Text Example

White with #7DEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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