Html Css Color HEX #7FE3FD Electric Blue

📋 copy color: '#7FE3FD'

red 127 ◦ green 227 ◦ blue 253

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

Shades of Electric Blue #7FE3FD

Tints of Electric Blue #7FE3FD

RGB

 RED value IS 127 (50% from 255) = 20.92%

 GREEN value IS 227 (89.06% from 255) = 37.4%

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 20.92%
G = 37.4%
B = 41.68%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FE3FD (or 0x7FE3FD) is known color: Electric Blue. HEX triplet: 7F, E3 and FD. RGB value is (127,227,253). Sum of RGB (Red+Green+Blue) = 127+227+253=607 (80% of max value = 765). Red value is 127 (50% from 255 or 20.92% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FE3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE3FD is #801C02. Grayscale: #C7C7C7. Windows color (decimal): -8395779 or 16638847. OLE color: 16638847.

HSL color Cylindrical-coordinate representation of color #7FE3FD: hue angle of 192.38º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE3FD is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 227 253 -
CMYK 0.50 0.10 0 0.01
HSL 192.38º 0.97% 0.75% -
HSV(B) 192.38º 0.5% 0.99% -
XYZ 53.95 66.54 102.93 -
YUV 200.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 127 227 253 0.50 0.10 0 0.01 192.38 0.97 0.75
Hex 7F E3 FD 32 A 0 1 C0 61 4B
Octal 177 343 375 62 12 0 1 300 141 113
Binary 1111111 11100011 11111101 110010 1010 0 1 11000000 1100001 1001011

Color Harmonies of #7FE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE3FD

Black with #7FE3FD

Text Example


Text Example

White with #7FE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,227,253); }

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

background-color css

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

 a { background-color: rgb(127,227,253); }

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

border-color css

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

 span { border-color: rgb(127,227,253); }

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