Html Css Color HEX #01F0F5 Aqua

📋 copy color: '#01F0F5'

red 1 ◦ green 240 ◦ blue 245

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

Shades of Aqua #01F0F5

Tints of Aqua #01F0F5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

 BLUE value IS 245 (96.09% from 255) = 50.41%

R = 0.21%
G = 49.38%
B = 50.41%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01F0F5 (or 0x01F0F5) is known color: Aqua. HEX triplet: 01, F0 and F5. RGB value is (1,240,245). Sum of RGB (Red+Green+Blue) = 1+240+245=486 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #01F0F5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F0F5 is #FE0F0A. Grayscale: #A8A8A8. Windows color (decimal): -16649995 or 16117761. OLE color: 16117761.

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

Color convert

RGB 1 240 245 -
CMYK 1.00 0.02 0 0.04
HSL 181.23º 0.99% 0.48% -
HSV(B) 181.23º 1% 0.96% -
XYZ 47.65 68.92 97.18 -
YUV 169.11 170.82 8.09 -
System Red Green Blue C M Y K H S L
Decimal 1 240 245 1.00 0.02 0 0.04 181.23 0.99 0.48
Hex 1 F0 F5 64 2 0 4 B5 63 30
Octal 1 360 365 144 2 0 4 265 143 60
Binary 1 11110000 11110101 1100100 10 0 100 10110101 1100011 110000

Color Harmonies of #01F0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F0F5

Black with #01F0F5

Text Example


Text Example

White with #01F0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,240,245); }

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

background-color css

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

 a { background-color: rgb(1,240,245); }

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

border-color css

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

 span { border-color: rgb(1,240,245); }

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