Html Css Color HEX #7FEEEB Electric Blue

📋 copy color: '#7FEEEB'

red 127 ◦ green 238 ◦ blue 235

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

Shades of Electric Blue #7FEEEB

Tints of Electric Blue #7FEEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.17%

R = 21.17%
G = 39.67%
B = 39.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#7FEEEB (or 0x7FEEEB) is known color: Electric Blue. HEX triplet: 7F, EE and EB. RGB value is (127,238,235). Sum of RGB (Red+Green+Blue) = 127+238+235=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEEEB is #801114. Grayscale: #CCCCCC. Windows color (decimal): -8392981 or 15462015. OLE color: 15462015.

HSL color Cylindrical-coordinate representation of color #7FEEEB: hue angle of 178.38º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEEB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 238 235 -
CMYK 0.47 0 0.01 0.07
HSL 178.38º 0.77% 0.72% -
HSV(B) 178.38º 0.47% 0.93% -
XYZ 54.32 71.66 89.57 -
YUV 204.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 127 238 235 0.47 0 0.01 0.07 178.38 0.77 0.72
Hex 7F EE EB 2F 0 1 7 B2 4D 48
Octal 177 356 353 57 0 1 7 262 115 110
Binary 1111111 11101110 11101011 101111 0 1 111 10110010 1001101 1001000

Color Harmonies of #7FEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEEEB

Black with #7FEEEB

Text Example


Text Example

White with #7FEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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