Html Css Color HEX #7DF0FB Electric Blue

📋 copy color: '#7DF0FB'

red 125 ◦ green 240 ◦ blue 251

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

Shades of Electric Blue #7DF0FB

Tints of Electric Blue #7DF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.96%

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 20.29%
G = 38.96%
B = 40.75%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DF0FB (or 0x7DF0FB) is known color: Electric Blue. HEX triplet: 7D, F0 and FB. RGB value is (125,240,251). Sum of RGB (Red+Green+Blue) = 125+240+251=616 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.29% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DF0FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DF0FB is #820F04. Grayscale: #CECECE. Windows color (decimal): -8523525 or 16511101. OLE color: 16511101.

HSL color Cylindrical-coordinate representation of color #7DF0FB: hue angle of 185.24º degrees, saturation: 0.94, 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 #7DF0FB is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 240 251 -
CMYK 0.50 0.04 0 0.02
HSL 185.24º 0.94% 0.74% -
HSV(B) 185.24º 0.5% 0.98% -
XYZ 57.03 73.65 102.48 -
YUV 206.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 125 240 251 0.50 0.04 0 0.02 185.24 0.94 0.74
Hex 7D F0 FB 32 4 0 2 B9 5E 4A
Octal 175 360 373 62 4 0 2 271 136 112
Binary 1111101 11110000 11111011 110010 100 0 10 10111001 1011110 1001010

Color Harmonies of #7DF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF0FB

Black with #7DF0FB

Text Example


Text Example

White with #7DF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,240,251); }

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

background-color css

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

 a { background-color: rgb(125,240,251); }

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

border-color css

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

 span { border-color: rgb(125,240,251); }

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