Html Css Color HEX #7FEAFF Electric Blue

📋 copy color: '#7FEAFF'

red 127 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #7FEAFF

Tints of Electric Blue #7FEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.99%

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

R = 20.62%
G = 37.99%
B = 41.4%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FEAFF (or 0x7FEAFF) is known color: Electric Blue. HEX triplet: 7F, EA and FF. RGB value is (127,234,255). Sum of RGB (Red+Green+Blue) = 127+234+255=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEAFF is #801500. Grayscale: #CCCCCC. Windows color (decimal): -8393985 or 16771711. OLE color: 16771711.

HSL color Cylindrical-coordinate representation of color #7FEAFF: hue angle of 189.84º 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 #7FEAFF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 127 234 255 -
CMYK 0.50 0.08 0 0
HSL 189.84º 1% 0.75% -
HSV(B) 189.84º 0.5% 1% -
XYZ 56.23 70.58 105.27 -
YUV 204.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 127 234 255 0.50 0.08 0 0 189.84 1 0.75
Hex 7F EA FF 32 8 0 0 BE 64 4B
Octal 177 352 377 62 10 0 0 276 144 113
Binary 1111111 11101010 11111111 110010 1000 0 0 10111110 1100100 1001011

Color Harmonies of #7FEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEAFF

Black with #7FEAFF

Text Example


Text Example

White with #7FEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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