#07E7F8

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

Shades of Aqua #07E7F8

Tints of Aqua #07E7F8

Color information

#07E7F8 (or 0x07E7F8) is unknown color: approx Aqua. HEX triplet: 07, E7 and F8. RGB value is (7,231,248). Sum of RGB (Red+Green+Blue) = 7+231+248=486 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.44% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #07E7F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E7F8 is #F81807. Grayscale: #A5A5A5. Windows color (decimal): -16259080 or 16312071. OLE color: 16312071.

HSL color Cylindrical-coordinate representation of color #07E7F8: hue angle of 184.23º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E7F8 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7231248-
CMYK0.970.0700.03
HSL184.23º94.51%50%-
HSV(B)184.23º97.18%97.25%-
XYZ45.6163.9798.75-
YUV165.96174.2914.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.44%
GREEN value IS 231 (90.62% from 255) = 47.53%
BLUE value IS 248 (97.27% from 255) = 51.03%
R=1.44%
G=47.53%
B=51.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal72312480.970.0700.03184.2394.5150
Hex7E7F861703b85f32
Octal734737014170327013762
Binary11111100111111110001100001111011101110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07E7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,231,248); }

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

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

 a { background-color: rgb(7,231,248); }

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

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

 span { border-color: rgb(7,231,248); }

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