Html Css Color HEX #7DFDFC Electric Blue

📋 copy color: '#7DFDFC'

red 125 ◦ green 253 ◦ blue 252

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

Shades of Electric Blue #7DFDFC

Tints of Electric Blue #7DFDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.16%

 BLUE value IS 252 (98.83% from 255) = 40%

R = 19.84%
G = 40.16%
B = 40%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#7DFDFC (or 0x7DFDFC) is known color: Electric Blue. HEX triplet: 7D, FD and FC. RGB value is (125,253,252). Sum of RGB (Red+Green+Blue) = 125+253+252=630 (83% of max value = 765). Red value is 125 (49.22% from 255 or 19.84% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DFDFC is #820203. Grayscale: #D6D6D6. Windows color (decimal): -8520196 or 16579965. OLE color: 16579965.

HSL color Cylindrical-coordinate representation of color #7DFDFC: hue angle of 179.53º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFDFC is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 253 252 -
CMYK 0.51 0 0.00 0.01
HSL 179.53º 0.97% 0.74% -
HSV(B) 179.53º 0.51% 0.99% -
XYZ 61.15 81.64 104.63 -
YUV 214.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 125 253 252 0.51 0 0.00 0.01 179.53 0.97 0.74
Hex 7D FD FC 33 0 0 1 B4 61 4A
Octal 175 375 374 63 0 0 1 264 141 112
Binary 1111101 11111101 11111100 110011 0 0 1 10110100 1100001 1001010

Color Harmonies of #7DFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFDFC

Black with #7DFDFC

Text Example


Text Example

White with #7DFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,253,252); }

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

background-color css

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

 a { background-color: rgb(125,253,252); }

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

border-color css

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

 span { border-color: rgb(125,253,252); }

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