#07E8FC

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

Shades of Aqua #07E8FC

Tints of Aqua #07E8FC

Color information

#07E8FC (or 0x07E8FC) is unknown color: approx Aqua. HEX triplet: 07, E8 and FC. RGB value is (7,232,252). Sum of RGB (Red+Green+Blue) = 7+232+252=491 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #07E8FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E8FC is #F81703. Grayscale: #A6A6A6. Windows color (decimal): -16258820 or 16574471. OLE color: 16574471.

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

Color convert

RGB7232252-
CMYK0.970.0800.01
HSL184.9º97.61%50.78%-
HSV(B)184.9º97.22%98.82%-
XYZ46.5164.79102.15-
YUV167175.9613.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.43%
GREEN value IS 232 (91.02% from 255) = 47.25%
BLUE value IS 252 (98.83% from 255) = 51.32%
R=1.43%
G=47.25%
B=51.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72322520.970.0800.01184.997.6150.78
Hex7E8FC61801b96233
Octal7350374141100127114263
Binary11111101000111111001100001100001101110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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