Html Css Color HEX #07FCFF Aqua

📋 copy color: '#07FCFF'

red 7 ◦ green 252 ◦ blue 255

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

Shades of Aqua #07FCFF

Tints of Aqua #07FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.03%

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

R = 1.36%
G = 49.03%
B = 49.61%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07FCFF (or 0x07FCFF) is known color: Aqua. HEX triplet: 07, FC and FF. RGB value is (7,252,255). Sum of RGB (Red+Green+Blue) = 7+252+255=514 (68% of max value = 765). Red value is 7 (3.12% from 255 or 1.36% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #07FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07FCFF is #F80300. Grayscale: #B2B2B2. Windows color (decimal): -16253697 or 16776199. OLE color: 16776199.

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

Color convert

RGB 7 252 255 -
CMYK 0.97 0.01 0 0
HSL 180.73º 1% 0.51% -
HSV(B) 180.73º 0.97% 1% -
XYZ 52.95 76.89 106.66 -
YUV 179.09 170.83 5.26 -
System Red Green Blue C M Y K H S L
Decimal 7 252 255 0.97 0.01 0 0 180.73 1 0.51
Hex 7 FC FF 61 1 0 0 B5 64 33
Octal 7 374 377 141 1 0 0 265 144 63
Binary 111 11111100 11111111 1100001 1 0 0 10110101 1100100 110011

Color Harmonies of #07FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FCFF

Black with #07FCFF

Text Example


Text Example

White with #07FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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