Html Css Color HEX #7FFBFE Electric Blue

📋 copy color: '#7FFBFE'

red 127 ◦ green 251 ◦ blue 254

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

Shades of Electric Blue #7FFBFE

Tints of Electric Blue #7FFBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 20.09%
G = 39.72%
B = 40.19%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FFBFE (or 0x7FFBFE) is known color: Electric Blue. HEX triplet: 7F, FB and FE. RGB value is (127,251,254). Sum of RGB (Red+Green+Blue) = 127+251+254=632 (83% of max value = 765). Red value is 127 (50% from 255 or 20.09% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBFE is #800401. Grayscale: #D6D6D6. Windows color (decimal): -8389634 or 16710527. OLE color: 16710527.

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

Color convert

RGB 127 251 254 -
CMYK 0.50 0.01 0 0.00
HSL 181.42º 0.98% 0.75% -
HSV(B) 181.42º 0.5% 1% -
XYZ 61.14 80.66 106.11 -
YUV 214.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 127 251 254 0.50 0.01 0 0.00 181.42 0.98 0.75
Hex 7F FB FE 32 1 0 0 B5 62 4B
Octal 177 373 376 62 1 0 0 265 142 113
Binary 1111111 11111011 11111110 110010 1 0 0 10110101 1100010 1001011

Color Harmonies of #7FFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBFE

Black with #7FFBFE

Text Example


Text Example

White with #7FFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,251,254); }

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

background-color css

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

 a { background-color: rgb(127,251,254); }

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

border-color css

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

 span { border-color: rgb(127,251,254); }

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