Html Css Color HEX #7FE9EF Electric Blue

📋 copy color: '#7FE9EF'

red 127 ◦ green 233 ◦ blue 239

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

Shades of Electric Blue #7FE9EF

Tints of Electric Blue #7FE9EF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.9%

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 21.2%
G = 38.9%
B = 39.9%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7FE9EF (or 0x7FE9EF) is known color: Electric Blue. HEX triplet: 7F, E9 and EF. RGB value is (127,233,239). Sum of RGB (Red+Green+Blue) = 127+233+239=599 (79% of max value = 765). Red value is 127 (50% from 255 or 21.20% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FE9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE9EF is #801610. Grayscale: #C9C9C9. Windows color (decimal): -8394257 or 15722879. OLE color: 15722879.

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

Color convert

RGB 127 233 239 -
CMYK 0.47 0.03 0 0.06
HSL 183.21º 0.78% 0.72% -
HSV(B) 183.21º 0.47% 0.94% -
XYZ 53.47 69.02 92.17 -
YUV 201.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 127 233 239 0.47 0.03 0 0.06 183.21 0.78 0.72
Hex 7F E9 EF 2F 3 0 6 B7 4E 48
Octal 177 351 357 57 3 0 6 267 116 110
Binary 1111111 11101001 11101111 101111 11 0 110 10110111 1001110 1001000

Color Harmonies of #7FE9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE9EF

Black with #7FE9EF

Text Example


Text Example

White with #7FE9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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