Html Css Color HEX #7DFBFF Electric Blue

📋 copy color: '#7DFBFF'

red 125 ◦ green 251 ◦ blue 255

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

Shades of Electric Blue #7DFBFF

Tints of Electric Blue #7DFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.78%

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

R = 19.81%
G = 39.78%
B = 40.41%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DFBFF (or 0x7DFBFF) is known color: Electric Blue. HEX triplet: 7D, FB and FF. RGB value is (125,251,255). Sum of RGB (Red+Green+Blue) = 125+251+255=631 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.81% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFBFF is #820400. Grayscale: #D5D5D5. Windows color (decimal): -8520705 or 16776061. OLE color: 16776061.

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

Color convert

RGB 125 251 255 -
CMYK 0.51 0.02 0 0
HSL 181.85º 1% 0.75% -
HSV(B) 181.85º 0.51% 1% -
XYZ 61 80.57 106.94 -
YUV 213.78 151.26 64.67 -
System Red Green Blue C M Y K H S L
Decimal 125 251 255 0.51 0.02 0 0 181.85 1 0.75
Hex 7D FB FF 33 2 0 0 B6 64 4B
Octal 175 373 377 63 2 0 0 266 144 113
Binary 1111101 11111011 11111111 110011 10 0 0 10110110 1100100 1001011

Color Harmonies of #7DFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFBFF

Black with #7DFBFF

Text Example


Text Example

White with #7DFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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