Html Css Color HEX #07FAFF Aqua

📋 copy color: '#07FAFF'

red 7 ◦ green 250 ◦ blue 255

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

Shades of Aqua #07FAFF

Tints of Aqua #07FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.83%

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

R = 1.37%
G = 48.83%
B = 49.8%

CMYK

 C value IS 0.97

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07FAFF (or 0x07FAFF) is known color: Aqua. HEX triplet: 07, FA and FF. RGB value is (7,250,255). Sum of RGB (Red+Green+Blue) = 7+250+255=512 (67% of max value = 765). Red value is 7 (3.12% from 255 or 1.37% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #07FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FAFF is #F80500. Grayscale: #B1B1B1. Windows color (decimal): -16254209 or 16775687. OLE color: 16775687.

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

Color convert

RGB 7 250 255 -
CMYK 0.97 0.02 0 0
HSL 181.21º 1% 0.51% -
HSV(B) 181.21º 0.97% 1% -
XYZ 52.32 75.64 106.45 -
YUV 177.91 171.49 6.09 -
System Red Green Blue C M Y K H S L
Decimal 7 250 255 0.97 0.02 0 0 181.21 1 0.51
Hex 7 FA FF 61 2 0 0 B5 64 33
Octal 7 372 377 141 2 0 0 265 144 63
Binary 111 11111010 11111111 1100001 10 0 0 10110101 1100100 110011

Color Harmonies of #07FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FAFF

Black with #07FAFF

Text Example


Text Example

White with #07FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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