Html Css Color HEX #7FEBF0 Electric Blue

📋 copy color: '#7FEBF0'

red 127 ◦ green 235 ◦ blue 240

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

Shades of Electric Blue #7FEBF0

Tints of Electric Blue #7FEBF0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.04%

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

R = 21.1%
G = 39.04%
B = 39.87%

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

#7FEBF0 (or 0x7FEBF0) is known color: Electric Blue. HEX triplet: 7F, EB and F0. RGB value is (127,235,240). Sum of RGB (Red+Green+Blue) = 127+235+240=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #7FEBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEBF0 is #80140F. Grayscale: #CBCBCB. Windows color (decimal): -8393744 or 15788927. OLE color: 15788927.

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

Color convert

RGB 127 235 240 -
CMYK 0.47 0.02 0 0.06
HSL 182.65º 0.79% 0.72% -
HSV(B) 182.65º 0.47% 0.94% -
XYZ 54.19 70.22 93.14 -
YUV 203.28 148.72 73.59 -
System Red Green Blue C M Y K H S L
Decimal 127 235 240 0.47 0.02 0 0.06 182.65 0.79 0.72
Hex 7F EB F0 2F 2 0 6 B7 4F 48
Octal 177 353 360 57 2 0 6 267 117 110
Binary 1111111 11101011 11110000 101111 10 0 110 10110111 1001111 1001000

Color Harmonies of #7FEBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBF0

Black with #7FEBF0

Text Example


Text Example

White with #7FEBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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