Html Css Color HEX #7FFAF5 Electric Blue

📋 copy color: '#7FFAF5'

red 127 ◦ green 250 ◦ blue 245

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

Shades of Electric Blue #7FFAF5

Tints of Electric Blue #7FFAF5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.19%

 BLUE value IS 245 (96.09% from 255) = 39.39%

R = 20.42%
G = 40.19%
B = 39.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#7FFAF5 (or 0x7FFAF5) is known color: Electric Blue. HEX triplet: 7F, FA and F5. RGB value is (127,250,245). Sum of RGB (Red+Green+Blue) = 127+250+245=622 (82% of max value = 765). Red value is 127 (50% from 255 or 20.42% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAF5 is #80050A. Grayscale: #D4D4D4. Windows color (decimal): -8389899 or 16120447. OLE color: 16120447.

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

Color convert

RGB 127 250 245 -
CMYK 0.49 0 0.02 0.02
HSL 177.56º 0.92% 0.74% -
HSV(B) 177.56º 0.49% 0.98% -
XYZ 59.42 79.48 98.59 -
YUV 212.65 146.25 66.91 -
System Red Green Blue C M Y K H S L
Decimal 127 250 245 0.49 0 0.02 0.02 177.56 0.92 0.74
Hex 7F FA F5 31 0 2 2 B2 5C 4A
Octal 177 372 365 61 0 2 2 262 134 112
Binary 1111111 11111010 11110101 110001 0 10 10 10110010 1011100 1001010

Color Harmonies of #7FFAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFAF5

Black with #7FFAF5

Text Example


Text Example

White with #7FFAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,250,245); }

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

background-color css

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

 a { background-color: rgb(127,250,245); }

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

border-color css

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

 span { border-color: rgb(127,250,245); }

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