Html Css Color HEX #7FFBF3 Electric Blue

📋 copy color: '#7FFBF3'

red 127 ◦ green 251 ◦ blue 243

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

Shades of Electric Blue #7FFBF3

Tints of Electric Blue #7FFBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.13%

R = 20.45%
G = 40.42%
B = 39.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#7FFBF3 (or 0x7FFBF3) is known color: Electric Blue. HEX triplet: 7F, FB and F3. RGB value is (127,251,243). Sum of RGB (Red+Green+Blue) = 127+251+243=621 (82% of max value = 765). Red value is 127 (50% from 255 or 20.45% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBF3 is #80040C. Grayscale: #D4D4D4. Windows color (decimal): -8389645 or 15989631. OLE color: 15989631.

HSL color Cylindrical-coordinate representation of color #7FFBF3: hue angle of 176.13º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBF3 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 251 243 -
CMYK 0.49 0 0.03 0.02
HSL 176.13º 0.94% 0.74% -
HSV(B) 176.13º 0.49% 0.98% -
XYZ 59.43 79.98 97.1 -
YUV 213.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 127 251 243 0.49 0 0.03 0.02 176.13 0.94 0.74
Hex 7F FB F3 31 0 3 2 B0 5E 4A
Octal 177 373 363 61 0 3 2 260 136 112
Binary 1111111 11111011 11110011 110001 0 11 10 10110000 1011110 1001010

Color Harmonies of #7FFBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBF3

Black with #7FFBF3

Text Example


Text Example

White with #7FFBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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