Html Css Color HEX #07EFFF Aqua

📋 copy color: '#07EFFF'

red 7 ◦ green 239 ◦ blue 255

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

Shades of Aqua #07EFFF

Tints of Aqua #07EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 1.4%
G = 47.7%
B = 50.9%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07EFFF (or 0x07EFFF) is known color: Aqua. HEX triplet: 07, EF and FF. RGB value is (7,239,255). Sum of RGB (Red+Green+Blue) = 7+239+255=501 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.40% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #07EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EFFF is #F81000. Grayscale: #ABABAB. Windows color (decimal): -16257025 or 16772871. OLE color: 16772871.

HSL color Cylindrical-coordinate representation of color #07EFFF: hue angle of 183.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EFFF is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 239 255 -
CMYK 0.97 0.06 0 0
HSL 183.87º 1% 0.51% -
HSV(B) 183.87º 0.97% 1% -
XYZ 49 69 105.34 -
YUV 171.46 175.14 10.7 -
System Red Green Blue C M Y K H S L
Decimal 7 239 255 0.97 0.06 0 0 183.87 1 0.51
Hex 7 EF FF 61 6 0 0 B8 64 33
Octal 7 357 377 141 6 0 0 270 144 63
Binary 111 11101111 11111111 1100001 110 0 0 10111000 1100100 110011

Color Harmonies of #07EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFFF

Black with #07EFFF

Text Example


Text Example

White with #07EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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