Html Css Color HEX #7FFBEC Electric Blue

📋 copy color: '#7FFBEC'

red 127 ◦ green 251 ◦ blue 236

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

Shades of Electric Blue #7FFBEC

Tints of Electric Blue #7FFBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 20.68%
G = 40.88%
B = 38.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#7FFBEC (or 0x7FFBEC) is known color: Electric Blue. HEX triplet: 7F, FB and EC. RGB value is (127,251,236). Sum of RGB (Red+Green+Blue) = 127+251+236=614 (81% of max value = 765). Red value is 127 (50% from 255 or 20.68% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBEC is #800413. Grayscale: #D4D4D4. Windows color (decimal): -8389652 or 15530879. OLE color: 15530879.

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

Color convert

RGB 127 251 236 -
CMYK 0.49 0 0.06 0.02
HSL 172.74º 0.94% 0.74% -
HSV(B) 172.74º 0.49% 0.98% -
XYZ 58.39 79.56 91.64 -
YUV 212.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 127 251 236 0.49 0 0.06 0.02 172.74 0.94 0.74
Hex 7F FB EC 31 0 6 2 AD 5E 4A
Octal 177 373 354 61 0 6 2 255 136 112
Binary 1111111 11111011 11101100 110001 0 110 10 10101101 1011110 1001010

Color Harmonies of #7FFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBEC

Black with #7FFBEC

Text Example


Text Example

White with #7FFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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