Html Css Color HEX #7FEEEF Electric Blue

📋 copy color: '#7FEEEF'

red 127 ◦ green 238 ◦ blue 239

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

Shades of Electric Blue #7FEEEF

Tints of Electric Blue #7FEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.4%

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

R = 21.03%
G = 39.4%
B = 39.57%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7FEEEF (or 0x7FEEEF) is known color: Electric Blue. HEX triplet: 7F, EE and EF. RGB value is (127,238,239). Sum of RGB (Red+Green+Blue) = 127+238+239=604 (80% of max value = 765). Red value is 127 (50% from 255 or 21.03% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEEEF is #801110. Grayscale: #CCCCCC. Windows color (decimal): -8392977 or 15724159. OLE color: 15724159.

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

Color convert

RGB 127 238 239 -
CMYK 0.47 0.00 0 0.06
HSL 180.54º 0.78% 0.72% -
HSV(B) 180.54º 0.47% 0.94% -
XYZ 54.91 71.89 92.64 -
YUV 204.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 127 238 239 0.47 0.00 0 0.06 180.54 0.78 0.72
Hex 7F EE EF 2F 0 0 6 B5 4E 48
Octal 177 356 357 57 0 0 6 265 116 110
Binary 1111111 11101110 11101111 101111 0 0 110 10110101 1001110 1001000

Color Harmonies of #7FEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEEEF

Black with #7FEEEF

Text Example


Text Example

White with #7FEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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