Html Css Color HEX #07E7F8 Aqua

📋 copy color: '#07E7F8'

red 7 ◦ green 231 ◦ blue 248

#07E7F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #07E7F8

Tints of Aqua #07E7F8

RGB

 RED value IS 7 (3.13% from 255) = 1.44%

 GREEN value IS 231 (90.63% 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 value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#07E7F8 (or 0x07E7F8) is known color: 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

RGB 7 231 248 -
CMYK 0.97 0.07 0 0.03
HSL 184.23º 0.95% 0.5% -
HSV(B) 184.23º 0.97% 0.97% -
XYZ 45.61 63.97 98.75 -
YUV 165.96 174.29 14.62 -
System Red Green Blue C M Y K H S L
Decimal 7 231 248 0.97 0.07 0 0.03 184.23 0.95 0.5
Hex 7 E7 F8 61 7 0 3 B8 5F 32
Octal 7 347 370 141 7 0 3 270 137 62
Binary 111 11100111 11111000 1100001 111 0 11 10111000 1011111 110010

Color Harmonies of #07E7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E7F8

Black with #07E7F8

Text Example


Text Example

White with #07E7F8

Text Example


Text Example

HTML Codes & Css Web 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>