Html Css Color HEX #07EDF6 Aqua

📋 copy color: '#07EDF6'

red 7 ◦ green 237 ◦ blue 246

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

Shades of Aqua #07EDF6

Tints of Aqua #07EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 1.43%
G = 48.37%
B = 50.2%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#07EDF6 (or 0x07EDF6) is known color: Aqua. HEX triplet: 07, ED and F6. RGB value is (7,237,246). Sum of RGB (Red+Green+Blue) = 7+237+246=490 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #07EDF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EDF6 is #F81209. Grayscale: #A8A8A8. Windows color (decimal): -16257546 or 16182535. OLE color: 16182535.

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

Color convert

RGB 7 237 246 -
CMYK 0.97 0.04 0 0.04
HSL 182.26º 0.94% 0.5% -
HSV(B) 182.26º 0.97% 0.96% -
XYZ 47.01 67.27 97.7 -
YUV 169.26 171.3 12.27 -
System Red Green Blue C M Y K H S L
Decimal 7 237 246 0.97 0.04 0 0.04 182.26 0.94 0.5
Hex 7 ED F6 61 4 0 4 B6 5E 32
Octal 7 355 366 141 4 0 4 266 136 62
Binary 111 11101101 11110110 1100001 100 0 100 10110110 1011110 110010

Color Harmonies of #07EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EDF6

Black with #07EDF6

Text Example


Text Example

White with #07EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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