Html Css Color HEX #7FECF0 Electric Blue

📋 copy color: '#7FECF0'

red 127 ◦ green 236 ◦ blue 240

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

Shades of Electric Blue #7FECF0

Tints of Electric Blue #7FECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.14%

 BLUE value IS 240 (94.14% from 255) = 39.8%

R = 21.06%
G = 39.14%
B = 39.8%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7FECF0 (or 0x7FECF0) is known color: Electric Blue. HEX triplet: 7F, EC and F0. RGB value is (127,236,240). Sum of RGB (Red+Green+Blue) = 127+236+240=603 (79% of max value = 765). Red value is 127 (50% from 255 or 21.06% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #7FECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FECF0 is #80130F. Grayscale: #CBCBCB. Windows color (decimal): -8393488 or 15789183. OLE color: 15789183.

HSL color Cylindrical-coordinate representation of color #7FECF0: hue angle of 182.12º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FECF0 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 236 240 -
CMYK 0.47 0.02 0 0.06
HSL 182.12º 0.79% 0.72% -
HSV(B) 182.12º 0.47% 0.94% -
XYZ 54.48 70.79 93.23 -
YUV 203.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 127 236 240 0.47 0.02 0 0.06 182.12 0.79 0.72
Hex 7F EC F0 2F 2 0 6 B6 4F 48
Octal 177 354 360 57 2 0 6 266 117 110
Binary 1111111 11101100 11110000 101111 10 0 110 10110110 1001111 1001000

Color Harmonies of #7FECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FECF0

Black with #7FECF0

Text Example


Text Example

White with #7FECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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