Html Css Color HEX #7FF9ED Electric Blue

📋 copy color: '#7FF9ED'

red 127 ◦ green 249 ◦ blue 237

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

Shades of Electric Blue #7FF9ED

Tints of Electric Blue #7FF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.62%

 BLUE value IS 237 (92.97% from 255) = 38.66%

R = 20.72%
G = 40.62%
B = 38.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#7FF9ED (or 0x7FF9ED) is known color: Electric Blue. HEX triplet: 7F, F9 and ED. RGB value is (127,249,237). Sum of RGB (Red+Green+Blue) = 127+249+237=613 (81% of max value = 765). Red value is 127 (50% from 255 or 20.72% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #7FF9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF9ED is #800612. Grayscale: #D3D3D3. Windows color (decimal): -8390163 or 15595903. OLE color: 15595903.

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

Color convert

RGB 127 249 237 -
CMYK 0.49 0 0.05 0.02
HSL 174.1º 0.91% 0.74% -
HSV(B) 174.1º 0.49% 0.98% -
XYZ 57.91 78.38 92.2 -
YUV 211.15 142.58 67.98 -
System Red Green Blue C M Y K H S L
Decimal 127 249 237 0.49 0 0.05 0.02 174.1 0.91 0.74
Hex 7F F9 ED 31 0 5 2 AE 5B 4A
Octal 177 371 355 61 0 5 2 256 133 112
Binary 1111111 11111001 11101101 110001 0 101 10 10101110 1011011 1001010

Color Harmonies of #7FF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF9ED

Black with #7FF9ED

Text Example


Text Example

White with #7FF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,249,237); }

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

background-color css

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

 a { background-color: rgb(127,249,237); }

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

border-color css

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

 span { border-color: rgb(127,249,237); }

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