Html Css Color HEX #7FEFFB Electric Blue

📋 copy color: '#7FEFFB'

red 127 ◦ green 239 ◦ blue 251

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

Shades of Electric Blue #7FEFFB

Tints of Electric Blue #7FEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 20.58%
G = 38.74%
B = 40.68%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7FEFFB (or 0x7FEFFB) is known color: Electric Blue. HEX triplet: 7F, EF and FB. RGB value is (127,239,251). Sum of RGB (Red+Green+Blue) = 127+239+251=617 (81% of max value = 765). Red value is 127 (50% from 255 or 20.58% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEFFB is #801004. Grayscale: #CECECE. Windows color (decimal): -8392709 or 16510847. OLE color: 16510847.

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

Color convert

RGB 127 239 251 -
CMYK 0.49 0.05 0 0.02
HSL 185.81º 0.94% 0.74% -
HSV(B) 185.81º 0.49% 0.98% -
XYZ 57.03 73.21 102.39 -
YUV 206.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 127 239 251 0.49 0.05 0 0.02 185.81 0.94 0.74
Hex 7F EF FB 31 5 0 2 BA 5E 4A
Octal 177 357 373 61 5 0 2 272 136 112
Binary 1111111 11101111 11111011 110001 101 0 10 10111010 1011110 1001010

Color Harmonies of #7FEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEFFB

Black with #7FEFFB

Text Example


Text Example

White with #7FEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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