Html Css Color HEX #01FFF9 Aqua

📋 copy color: '#01FFF9'

red 1 ◦ green 255 ◦ blue 249

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

Shades of Aqua #01FFF9

Tints of Aqua #01FFF9

RGB

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

 GREEN value IS 255 (100% from 255) = 50.5%

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

R = 0.2%
G = 50.5%
B = 49.31%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#01FFF9 (or 0x01FFF9) is known color: Aqua. HEX triplet: 01, FF and F9. RGB value is (1,255,249). Sum of RGB (Red+Green+Blue) = 1+255+249=505 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FFF9 is #FE0006. Grayscale: #B2B2B2. Windows color (decimal): -16646151 or 16383745. OLE color: 16383745.

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

Color convert

RGB 1 255 249 -
CMYK 1.00 0 0.02 0
HSL 178.58º 1% 0.5% -
HSV(B) 178.58º 1% 1% -
XYZ 52.87 78.37 101.96 -
YUV 178.37 167.85 1.49 -
System Red Green Blue C M Y K H S L
Decimal 1 255 249 1.00 0 0.02 0 178.58 1 0.5
Hex 1 FF F9 64 0 2 0 B3 64 32
Octal 1 377 371 144 0 2 0 263 144 62
Binary 1 11111111 11111001 1100100 0 10 0 10110011 1100100 110010

Color Harmonies of #01FFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FFF9

Black with #01FFF9

Text Example


Text Example

White with #01FFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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