Html Css Color HEX #01FDF9 Aqua

📋 copy color: '#01FDF9'

red 1 ◦ green 253 ◦ blue 249

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

Shades of Aqua #01FDF9

Tints of Aqua #01FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 0.2%
G = 50.3%
B = 49.5%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#01FDF9 (or 0x01FDF9) is known color: Aqua. HEX triplet: 01, FD and F9. RGB value is (1,253,249). Sum of RGB (Red+Green+Blue) = 1+253+249=503 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FDF9 is #FE0206. Grayscale: #B0B0B0. Windows color (decimal): -16646663 or 16383233. OLE color: 16383233.

HSL color Cylindrical-coordinate representation of color #01FDF9: hue angle of 179.05º 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 #01FDF9 is Cyan = 1.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 253 249 -
CMYK 1.00 0 0.02 0.01
HSL 179.05º 0.99% 0.5% -
HSV(B) 179.05º 1% 0.99% -
XYZ 52.24 77.1 101.75 -
YUV 177.2 168.51 2.33 -
System Red Green Blue C M Y K H S L
Decimal 1 253 249 1.00 0 0.02 0.01 179.05 0.99 0.5
Hex 1 FD F9 64 0 2 1 B3 63 32
Octal 1 375 371 144 0 2 1 263 143 62
Binary 1 11111101 11111001 1100100 0 10 1 10110011 1100011 110010

Color Harmonies of #01FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FDF9

Black with #01FDF9

Text Example


Text Example

White with #01FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,253,249); }

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

background-color css

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

 a { background-color: rgb(1,253,249); }

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

border-color css

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

 span { border-color: rgb(1,253,249); }

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