#7FFAFB

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

Shades of Electric Blue #7FFAFB

Tints of Electric Blue #7FFAFB

Color information

#7FFAFB (or 0x7FFAFB) is unknown color: approx Electric Blue. HEX triplet: 7F, FA and FB. RGB value is (127,250,251). Sum of RGB (Red+Green+Blue) = 127+250+251=628 (83% of max value = 765). Red value is 127 (50% from 255 or 20.22% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FFAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFAFB is #800504. Grayscale: #D5D5D5. Windows color (decimal): -8389893 or 16513663. OLE color: 16513663.

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

Color convert

RGB127250251-
CMYK0.490.0000.02
HSL180.48º93.94%74.12%-
HSV(B)180.48º49.4%98.43%-
XYZ60.3579.85103.5-
YUV213.34149.2566.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.22%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=20.22%
G=39.81%
B=39.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272502510.490.0000.02180.4893.9474.12
Hex7FFAFB31002b45e4a
Octal17737237361002264136112
Binary1111111111110101111101111000100101011010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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