Html Css Color HEX #00FCF6 Aqua

📋 copy color: '#00FCF6'

red 0 ◦ green 252 ◦ blue 246

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

Shades of Aqua #00FCF6

Tints of Aqua #00FCF6

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 0%
G = 50.6%
B = 49.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#00FCF6 (or 0x00FCF6) is known color: Aqua. HEX triplet: 00, FC and F6. RGB value is (0,252,246). Sum of RGB (Red+Green+Blue) = 0+252+246=498 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCF6 is #FF0309. Grayscale: #AFAFAF. Windows color (decimal): -16712458 or 16186368. OLE color: 16186368.

HSL color Cylindrical-coordinate representation of color #00FCF6: hue angle of 178.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCF6 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 252 246 -
CMYK 1 0 0.02 0.01
HSL 178.57º 1% 0.49% -
HSV(B) 178.57º 1% 0.99% -
XYZ 51.44 76.27 99.2 -
YUV 175.97 167.51 2.49 -
System Red Green Blue C M Y K H S L
Decimal 0 252 246 1 0 0.02 0.01 178.57 1 0.49
Hex 0 FC F6 64 0 2 1 B3 64 31
Octal 0 374 366 144 0 2 1 263 144 61
Binary 0 11111100 11110110 1100100 0 10 1 10110011 1100100 110001

Color Harmonies of #00FCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FCF6

Black with #00FCF6

Text Example


Text Example

White with #00FCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FCF6; }

 p { color: rgb(0,252,246); }

 H1.HeaderClassName
 {
   color: #00FCF6;
 }
 .AnyTagClassName
 {
   color: #00FCF6;
 }
</style>

background-color css

<style>
 a { background-color: #00FCF6; }

 a { background-color: rgb(0,252,246); }

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

border-color css

<style>
 span { border-color: #00FCF6; }

 span { border-color: rgb(0,252,246); }

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