Html Css Color HEX #07EFFE Aqua

📋 copy color: '#07EFFE'

red 7 ◦ green 239 ◦ blue 254

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

Shades of Aqua #07EFFE

Tints of Aqua #07EFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 1.4%
G = 47.8%
B = 50.8%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#07EFFE (or 0x07EFFE) is known color: Aqua. HEX triplet: 07, EF and FE. RGB value is (7,239,254). Sum of RGB (Red+Green+Blue) = 7+239+254=500 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.4% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #07EFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EFFE is #F81001. Grayscale: #ABABAB. Windows color (decimal): -16257026 or 16707335. OLE color: 16707335.

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

Color convert

RGB 7 239 254 -
CMYK 0.97 0.06 0 0.00
HSL 183.64º 0.99% 0.51% -
HSV(B) 183.64º 0.97% 1% -
XYZ 48.84 68.93 104.5 -
YUV 171.34 174.64 10.78 -
System Red Green Blue C M Y K H S L
Decimal 7 239 254 0.97 0.06 0 0.00 183.64 0.99 0.51
Hex 7 EF FE 61 6 0 0 B8 63 33
Octal 7 357 376 141 6 0 0 270 143 63
Binary 111 11101111 11111110 1100001 110 0 0 10111000 1100011 110011

Color Harmonies of #07EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07EFFE

Black with #07EFFE

Text Example


Text Example

White with #07EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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