#07FEFB

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

Shades of Aqua #07FEFB

Tints of Aqua #07FEFB

Color information

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

HSL color Cylindrical-coordinate representation of color #07FEFB: hue angle of 179.27º 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 #07FEFB is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB7254251-
CMYK0.9700.010.00
HSL179.27º99.2%51.18%-
HSV(B)179.27º97.24%99.61%-
XYZ52.9477.89103.51-
YUV179.8168.174.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72542510.9700.010.00179.2799.251.18
Hex7FEFB61010b36333
Octal737637314101026314363
Binary11111111110111110111100001010101100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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