Html Css Color HEX #01FAF2 Aqua

📋 copy color: '#01FAF2'

red 1 ◦ green 250 ◦ blue 242

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

Shades of Aqua #01FAF2

Tints of Aqua #01FAF2

RGB

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

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

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

R = 0.2%
G = 50.71%
B = 49.09%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#01FAF2 (or 0x01FAF2) is known color: Aqua. HEX triplet: 01, FA and F2. RGB value is (1,250,242). Sum of RGB (Red+Green+Blue) = 1+250+242=493 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #01FAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FAF2 is #FE050D. Grayscale: #AEAEAE. Windows color (decimal): -16647438 or 15923713. OLE color: 15923713.

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

Color convert

RGB 1 250 242 -
CMYK 1.00 0 0.03 0.02
HSL 178.07º 0.99% 0.49% -
HSV(B) 178.07º 1% 0.98% -
XYZ 50.23 74.79 95.79 -
YUV 174.64 166.01 4.15 -
System Red Green Blue C M Y K H S L
Decimal 1 250 242 1.00 0 0.03 0.02 178.07 0.99 0.49
Hex 1 FA F2 64 0 3 2 B2 63 31
Octal 1 372 362 144 0 3 2 262 143 61
Binary 1 11111010 11110010 1100100 0 11 10 10110010 1100011 110001

Color Harmonies of #01FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FAF2

Black with #01FAF2

Text Example


Text Example

White with #01FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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