#07FCFE

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

Shades of Aqua #07FCFE

Tints of Aqua #07FCFE

Color information

#07FCFE (or 0x07FCFE) is unknown color: approx Aqua. HEX triplet: 07, FC and FE. RGB value is (7,252,254). Sum of RGB (Red+Green+Blue) = 7+252+254=513 (67% of max value = 765). Red value is 7 (3.12% from 255 or 1.36% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #07FCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FCFE is #F80301. Grayscale: #B2B2B2. Windows color (decimal): -16253698 or 16710663. OLE color: 16710663.

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

Color convert

RGB7252254-
CMYK0.970.0100.00
HSL180.49º99.2%51.18%-
HSV(B)180.49º97.24%99.61%-
XYZ52.7976.82105.81-
YUV178.97170.335.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.36%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=1.36%
G=49.12%
B=49.51%

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
Decimal72522540.970.0100.00180.4999.251.18
Hex7FCFE61100b46333
Octal737437614110026414363
Binary11111111100111111101100001100101101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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