Html Css Color HEX #01FCF2 Aqua

📋 copy color: '#01FCF2'

red 1 ◦ green 252 ◦ blue 242

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

Shades of Aqua #01FCF2

Tints of Aqua #01FCF2

RGB

 RED value IS 1 (0.78% from 255) = 0.2%

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 0.2%
G = 50.91%
B = 48.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#01FCF2 (or 0x01FCF2) is known color: Aqua. HEX triplet: 01, FC and F2. RGB value is (1,252,242). Sum of RGB (Red+Green+Blue) = 1+252+242=495 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FCF2 is #FE030D. Grayscale: #AFAFAF. Windows color (decimal): -16646926 or 15924225. OLE color: 15924225.

HSL color Cylindrical-coordinate representation of color #01FCF2: hue angle of 177.61º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FCF2 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 252 242 -
CMYK 1.00 0 0.04 0.01
HSL 177.61º 0.99% 0.5% -
HSV(B) 177.61º 1% 0.99% -
XYZ 50.85 76.04 96 -
YUV 175.81 165.34 3.31 -
System Red Green Blue C M Y K H S L
Decimal 1 252 242 1.00 0 0.04 0.01 177.61 0.99 0.5
Hex 1 FC F2 64 0 4 1 B2 63 32
Octal 1 374 362 144 0 4 1 262 143 62
Binary 1 11111100 11110010 1100100 0 100 1 10110010 1100011 110010

Color Harmonies of #01FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FCF2

Black with #01FCF2

Text Example


Text Example

White with #01FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01FCF2; }

 p { color: rgb(1,252,242); }

 H1.HeaderClassName
 {
   color: #01FCF2;
 }
 .AnyTagClassName
 {
   color: #01FCF2;
 }
</style>

background-color css

<style>
 a { background-color: #01FCF2; }

 a { background-color: rgb(1,252,242); }

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

border-color css

<style>
 span { border-color: #01FCF2; }

 span { border-color: rgb(1,252,242); }

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