Html Css Color HEX #07FBFF Aqua

📋 copy color: '#07FBFF'

red 7 ◦ green 251 ◦ blue 255

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

Shades of Aqua #07FBFF

Tints of Aqua #07FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

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

R = 1.36%
G = 48.93%
B = 49.71%

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

#07FBFF (or 0x07FBFF) is known color: Aqua. HEX triplet: 07, FB and FF. RGB value is (7,251,255). Sum of RGB (Red+Green+Blue) = 7+251+255=513 (67% of max value = 765). Red value is 7 (3.12% from 255 or 1.36% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #07FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FBFF is #F80400. Grayscale: #B2B2B2. Windows color (decimal): -16253953 or 16775943. OLE color: 16775943.

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

Color convert

RGB 7 251 255 -
CMYK 0.97 0.02 0 0
HSL 180.97º 1% 0.51% -
HSV(B) 180.97º 0.97% 1% -
XYZ 52.63 76.26 106.55 -
YUV 178.5 171.16 5.67 -
System Red Green Blue C M Y K H S L
Decimal 7 251 255 0.97 0.02 0 0 180.97 1 0.51
Hex 7 FB FF 61 2 0 0 B5 64 33
Octal 7 373 377 141 2 0 0 265 144 63
Binary 111 11111011 11111111 1100001 10 0 0 10110101 1100100 110011

Color Harmonies of #07FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FBFF

Black with #07FBFF

Text Example


Text Example

White with #07FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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