Html Css Color HEX #07EFF5 Aqua

📋 copy color: '#07EFF5'

red 7 ◦ green 239 ◦ blue 245

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

Shades of Aqua #07EFF5

Tints of Aqua #07EFF5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.68%

 BLUE value IS 245 (96.09% from 255) = 49.9%

R = 1.43%
G = 48.68%
B = 49.9%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#07EFF5 (or 0x07EFF5) is known color: Aqua. HEX triplet: 07, EF and F5. RGB value is (7,239,245). Sum of RGB (Red+Green+Blue) = 7+239+245=491 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #07EFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EFF5 is #F8100A. Grayscale: #AAAAAA. Windows color (decimal): -16257035 or 16117511. OLE color: 16117511.

HSL color Cylindrical-coordinate representation of color #07EFF5: hue angle of 181.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EFF5 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 239 245 -
CMYK 0.97 0.02 0 0.04
HSL 181.51º 0.94% 0.49% -
HSV(B) 181.51º 0.97% 0.96% -
XYZ 47.44 68.37 97.08 -
YUV 170.32 170.14 11.51 -
System Red Green Blue C M Y K H S L
Decimal 7 239 245 0.97 0.02 0 0.04 181.51 0.94 0.49
Hex 7 EF F5 61 2 0 4 B6 5E 31
Octal 7 357 365 141 2 0 4 266 136 61
Binary 111 11101111 11110101 1100001 10 0 100 10110110 1011110 110001

Color Harmonies of #07EFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFF5

Black with #07EFF5

Text Example


Text Example

White with #07EFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,239,245); }

 H1.HeaderClassName
 {
   color: #07EFF5;
 }
 .AnyTagClassName
 {
   color: #07EFF5;
 }
</style>

background-color css

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

 a { background-color: rgb(7,239,245); }

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

border-color css

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

 span { border-color: rgb(7,239,245); }

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