#7FFAFF

Color #7FFAFF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7FFAFF

Tints of Electric Blue #7FFAFF

Color information

#7FFAFF (or 0x7FFAFF) is unknown color: approx Electric Blue. HEX triplet: 7F, FA and FF. RGB value is (127,250,255). Sum of RGB (Red+Green+Blue) = 127+250+255=632 (83% of max value = 765). Red value is 127 (50% from 255 or 20.09% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FFAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAFF is #800500. Grayscale: #D5D5D5. Windows color (decimal): -8389889 or 16775807. OLE color: 16775807.

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

Color convert

RGB127250255-
CMYK0.500.0200
HSL182.34º100%74.9%-
HSV(B)182.34º50.2%100%-
XYZ60.9980.1106.85-
YUV213.79151.2566.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.09%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 255 (100% from 255) = 40.35%
R=20.09%
G=39.56%
B=40.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272502550.500.0200182.3410074.9
Hex7FFAFF32200b6644b
Octal17737237762200266144113
Binary1111111111110101111111111001010001011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FFAFF;
 }
 .AnyTagClassName
 {
   color: #7FFAFF;
 }
</style>
background-color css

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

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

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

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

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

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