#7FF9FA

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

Shades of Electric Blue #7FF9FA

Tints of Electric Blue #7FF9FA

Color information

#7FF9FA (or 0x7FF9FA) is unknown color: approx Electric Blue. HEX triplet: 7F, F9 and FA. RGB value is (127,249,250). Sum of RGB (Red+Green+Blue) = 127+249+250=626 (82% of max value = 765). Red value is 127 (50% from 255 or 20.29% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FF9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FF9FA is #800605. Grayscale: #D4D4D4. Windows color (decimal): -8390150 or 16447871. OLE color: 16447871.

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

Color convert

RGB127249250-
CMYK0.490.0000.02
HSL180.49º92.48%73.92%-
HSV(B)180.49º49.2%98.04%-
XYZ59.8879.17102.57-
YUV212.64149.0866.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.29%
GREEN value IS 249 (97.66% from 255) = 39.78%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=20.29%
G=39.78%
B=39.94%

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
Decimal1272492500.490.0000.02180.4992.4873.92
Hex7FF9FA31002b45c4a
Octal17737137261002264134112
Binary1111111111110011111101011000100101011010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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