#7FFBFF

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

Shades of Electric Blue #7FFBFF

Tints of Electric Blue #7FFBFF

Color information

#7FFBFF (or 0x7FFBFF) is unknown color: approx Electric Blue. HEX triplet: 7F, FB and FF. RGB value is (127,251,255). Sum of RGB (Red+Green+Blue) = 127+251+255=633 (83% of max value = 765). Red value is 127 (50% from 255 or 20.06% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBFF is #800400. Grayscale: #D6D6D6. Windows color (decimal): -8389633 or 16776063. OLE color: 16776063.

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

Color convert

RGB127251255-
CMYK0.500.0200
HSL181.88º100%74.9%-
HSV(B)181.88º50.2%100%-
XYZ61.380.73106.96-
YUV214.38150.9265.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.06%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 255 (100% from 255) = 40.28%
R=20.06%
G=39.65%
B=40.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1272512550.500.0200181.8810074.9
Hex7FFBFF32200b6644b
Octal17737337762200266144113
Binary1111111111110111111111111001010001011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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