#7FF9FB

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

Shades of Electric Blue #7FF9FB

Tints of Electric Blue #7FF9FB

Color information

#7FF9FB (or 0x7FF9FB) is unknown color: approx Electric Blue. HEX triplet: 7F, F9 and FB. RGB value is (127,249,251). Sum of RGB (Red+Green+Blue) = 127+249+251=627 (83% of max value = 765). Red value is 127 (50% from 255 or 20.26% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FF9FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF9FB is #800604. Grayscale: #D4D4D4. Windows color (decimal): -8390149 or 16513407. OLE color: 16513407.

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

Color convert

RGB127249251-
CMYK0.490.0100.02
HSL180.97º93.94%74.12%-
HSV(B)180.97º49.4%98.43%-
XYZ60.0479.23103.39-
YUV212.75149.5866.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.26%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=20.26%
G=39.71%
B=40.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272492510.490.0100.02180.9793.9474.12
Hex7FF9FB31102b55e4a
Octal17737137361102265136112
Binary1111111111110011111101111000110101011010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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