Html Css Color HEX #07E9FA Aqua

📋 copy color: '#07E9FA'

red 7 ◦ green 233 ◦ blue 250

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

Shades of Aqua #07E9FA

Tints of Aqua #07E9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 1.43%
G = 47.55%
B = 51.02%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07E9FA (or 0x07E9FA) is known color: Aqua. HEX triplet: 07, E9 and FA. RGB value is (7,233,250). Sum of RGB (Red+Green+Blue) = 7+233+250=490 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #07E9FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E9FA is #F81605. Grayscale: #A7A7A7. Windows color (decimal): -16258566 or 16443655. OLE color: 16443655.

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

Color convert

RGB 7 233 250 -
CMYK 0.97 0.07 0 0.02
HSL 184.2º 0.96% 0.5% -
HSV(B) 184.2º 0.97% 0.98% -
XYZ 46.48 65.23 100.58 -
YUV 167.36 174.63 13.62 -
System Red Green Blue C M Y K H S L
Decimal 7 233 250 0.97 0.07 0 0.02 184.2 0.96 0.5
Hex 7 E9 FA 61 7 0 2 B8 60 32
Octal 7 351 372 141 7 0 2 270 140 62
Binary 111 11101001 11111010 1100001 111 0 10 10111000 1100000 110010

Color Harmonies of #07E9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E9FA

Black with #07E9FA

Text Example


Text Example

White with #07E9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,233,250); }

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

background-color css

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

 a { background-color: rgb(7,233,250); }

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

border-color css

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

 span { border-color: rgb(7,233,250); }

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