Html Css Color HEX #01FAFF Aqua

📋 copy color: '#01FAFF'

red 1 ◦ green 250 ◦ blue 255

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

Shades of Aqua #01FAFF

Tints of Aqua #01FAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 0.2%
G = 49.41%
B = 50.4%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01FAFF (or 0x01FAFF) is known color: Aqua. HEX triplet: 01, FA and FF. RGB value is (1,250,255). Sum of RGB (Red+Green+Blue) = 1+250+255=506 (67% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #01FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FAFF is #FE0500. Grayscale: #AFAFAF. Windows color (decimal): -16647425 or 16775681. OLE color: 16775681.

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

Color convert

RGB 1 250 255 -
CMYK 1.00 0.02 0 0
HSL 181.18º 1% 0.5% -
HSV(B) 181.18º 1% 1% -
XYZ 52.25 75.6 106.45 -
YUV 176.12 172.51 3.09 -
System Red Green Blue C M Y K H S L
Decimal 1 250 255 1.00 0.02 0 0 181.18 1 0.5
Hex 1 FA FF 64 2 0 0 B5 64 32
Octal 1 372 377 144 2 0 0 265 144 62
Binary 1 11111010 11111111 1100100 10 0 0 10110101 1100100 110010

Color Harmonies of #01FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FAFF

Black with #01FAFF

Text Example


Text Example

White with #01FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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