#07F2FE

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

Shades of Aqua #07F2FE

Tints of Aqua #07F2FE

Color information

#07F2FE (or 0x07F2FE) is unknown color: approx Aqua. HEX triplet: 07, F2 and FE. RGB value is (7,242,254). Sum of RGB (Red+Green+Blue) = 7+242+254=503 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.39% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #07F2FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F2FE is #F80D01. Grayscale: #ACACAC. Windows color (decimal): -16256258 or 16708103. OLE color: 16708103.

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

Color convert

RGB7242254-
CMYK0.970.0500.00
HSL182.91º99.2%51.18%-
HSV(B)182.91º97.24%99.61%-
XYZ49.7370.71104.79-
YUV173.1173.649.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.39%
GREEN value IS 242 (94.92% from 255) = 48.11%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=1.39%
G=48.11%
B=50.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72422540.970.0500.00182.9199.251.18
Hex7F2FE61500b76333
Octal736237614150026714363
Binary1111111001011111110110000110100101101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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