Html Css Color HEX #01F5FF Aqua

📋 copy color: '#01F5FF'

red 1 ◦ green 245 ◦ blue 255

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

Shades of Aqua #01F5FF

Tints of Aqua #01F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.9%

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

R = 0.2%
G = 48.9%
B = 50.9%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01F5FF (or 0x01F5FF) is known color: Aqua. HEX triplet: 01, F5 and FF. RGB value is (1,245,255). Sum of RGB (Red+Green+Blue) = 1+245+255=501 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #01F5FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F5FF is #FE0A00. Grayscale: #ACACAC. Windows color (decimal): -16648705 or 16774401. OLE color: 16774401.

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

Color convert

RGB 1 245 255 -
CMYK 1.00 0.04 0 0
HSL 182.36º 1% 0.5% -
HSV(B) 182.36º 1% 1% -
XYZ 50.71 72.53 105.93 -
YUV 173.18 174.16 5.19 -
System Red Green Blue C M Y K H S L
Decimal 1 245 255 1.00 0.04 0 0 182.36 1 0.5
Hex 1 F5 FF 64 4 0 0 B6 64 32
Octal 1 365 377 144 4 0 0 266 144 62
Binary 1 11110101 11111111 1100100 100 0 0 10110110 1100100 110010

Color Harmonies of #01F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F5FF

Black with #01F5FF

Text Example


Text Example

White with #01F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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