#07FBFE

Color #07FBFE Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #07FBFE

Tints of Aqua #07FBFE

Color information

#07FBFE (or 0x07FBFE) is unknown color: approx Aqua. HEX triplet: 07, FB and FE. RGB value is (7,251,254). Sum of RGB (Red+Green+Blue) = 7+251+254=512 (67% of max value = 765). Red value is 7 (3.12% from 255 or 1.37% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #07FBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FBFE is #F80401. Grayscale: #B2B2B2. Windows color (decimal): -16253954 or 16710407. OLE color: 16710407.

HSL color Cylindrical-coordinate representation of color #07FBFE: hue angle of 180.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FBFE is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7251254-
CMYK0.970.0100.00
HSL180.73º99.2%51.18%-
HSV(B)180.73º97.24%99.61%-
XYZ52.4776.2105.71-
YUV178.39170.665.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.37%
GREEN value IS 251 (98.44% from 255) = 49.02%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=1.37%
G=49.02%
B=49.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72512540.970.0100.00180.7399.251.18
Hex7FBFE61100b56333
Octal737337614110026514363
Binary11111111011111111101100001100101101011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07FBFE; }

 p { color: rgb(7,251,254); }

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

<style>
 a { background-color: #07FBFE; }

 a { background-color: rgb(7,251,254); }

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

<style>
 span { border-color: #07FBFE; }

 span { border-color: rgb(7,251,254); }

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