Html Css Color HEX #7DEFFB Electric Blue

📋 copy color: '#7DEFFB'

red 125 ◦ green 239 ◦ blue 251

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

Shades of Electric Blue #7DEFFB

Tints of Electric Blue #7DEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.86%

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

R = 20.33%
G = 38.86%
B = 40.81%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DEFFB (or 0x7DEFFB) is known color: Electric Blue. HEX triplet: 7D, EF and FB. RGB value is (125,239,251). Sum of RGB (Red+Green+Blue) = 125+239+251=615 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.33% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEFFB is #821004. Grayscale: #CECECE. Windows color (decimal): -8523781 or 16510845. OLE color: 16510845.

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

Color convert

RGB 125 239 251 -
CMYK 0.50 0.05 0 0.02
HSL 185.71º 0.94% 0.74% -
HSV(B) 185.71º 0.5% 0.98% -
XYZ 56.74 73.06 102.38 -
YUV 206.28 153.23 70.02 -
System Red Green Blue C M Y K H S L
Decimal 125 239 251 0.50 0.05 0 0.02 185.71 0.94 0.74
Hex 7D EF FB 32 5 0 2 BA 5E 4A
Octal 175 357 373 62 5 0 2 272 136 112
Binary 1111101 11101111 11111011 110010 101 0 10 10111010 1011110 1001010

Color Harmonies of #7DEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEFFB

Black with #7DEFFB

Text Example


Text Example

White with #7DEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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