Html Css Color HEX #07EDF5 Aqua

📋 copy color: '#07EDF5'

red 7 ◦ green 237 ◦ blue 245

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

Shades of Aqua #07EDF5

Tints of Aqua #07EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.47%

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

R = 1.43%
G = 48.47%
B = 50.1%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#07EDF5 (or 0x07EDF5) is known color: Aqua. HEX triplet: 07, ED and F5. RGB value is (7,237,245). Sum of RGB (Red+Green+Blue) = 7+237+245=489 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #07EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EDF5 is #F8120A. Grayscale: #A8A8A8. Windows color (decimal): -16257547 or 16116999. OLE color: 16116999.

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

Color convert

RGB 7 237 245 -
CMYK 0.97 0.03 0 0.04
HSL 182.02º 0.94% 0.49% -
HSV(B) 182.02º 0.97% 0.96% -
XYZ 46.85 67.21 96.89 -
YUV 169.14 170.8 12.35 -
System Red Green Blue C M Y K H S L
Decimal 7 237 245 0.97 0.03 0 0.04 182.02 0.94 0.49
Hex 7 ED F5 61 3 0 4 B6 5E 31
Octal 7 355 365 141 3 0 4 266 136 61
Binary 111 11101101 11110101 1100001 11 0 100 10110110 1011110 110001

Color Harmonies of #07EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EDF5

Black with #07EDF5

Text Example


Text Example

White with #07EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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