Html Css Color HEX #7FE6FF Electric Blue

📋 copy color: '#7FE6FF'

red 127 ◦ green 230 ◦ blue 255

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

Shades of Electric Blue #7FE6FF

Tints of Electric Blue #7FE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.58%

 BLUE value IS 255 (100% from 255) = 41.67%

R = 20.75%
G = 37.58%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FE6FF (or 0x7FE6FF) is known color: Electric Blue. HEX triplet: 7F, E6 and FF. RGB value is (127,230,255). Sum of RGB (Red+Green+Blue) = 127+230+255=612 (81% of max value = 765). Red value is 127 (50% from 255 or 20.75% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FE6FF is #801900. Grayscale: #C9C9C9. Windows color (decimal): -8395009 or 16770687. OLE color: 16770687.

HSL color Cylindrical-coordinate representation of color #7FE6FF: hue angle of 191.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE6FF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 230 255 -
CMYK 0.50 0.10 0 0
HSL 191.72º 1% 0.75% -
HSV(B) 191.72º 0.5% 1% -
XYZ 55.1 68.33 104.89 -
YUV 202.05 157.88 74.47 -
System Red Green Blue C M Y K H S L
Decimal 127 230 255 0.50 0.10 0 0 191.72 1 0.75
Hex 7F E6 FF 32 A 0 0 C0 64 4B
Octal 177 346 377 62 12 0 0 300 144 113
Binary 1111111 11100110 11111111 110010 1010 0 0 11000000 1100100 1001011

Color Harmonies of #7FE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE6FF

Black with #7FE6FF

Text Example


Text Example

White with #7FE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,230,255); }

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

background-color css

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

 a { background-color: rgb(127,230,255); }

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

border-color css

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

 span { border-color: rgb(127,230,255); }

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