Html Css Color HEX #01F2FF Aqua

📋 copy color: '#01F2FF'

red 1 ◦ green 242 ◦ blue 255

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

Shades of Aqua #01F2FF

Tints of Aqua #01F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.59%

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

R = 0.2%
G = 48.59%
B = 51.2%

CMYK

 C value IS 1.00

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01F2FF (or 0x01F2FF) is known color: Aqua. HEX triplet: 01, F2 and FF. RGB value is (1,242,255). Sum of RGB (Red+Green+Blue) = 1+242+255=498 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #01F2FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01F2FF is #FE0D00. Grayscale: #ABABAB. Windows color (decimal): -16649473 or 16773633. OLE color: 16773633.

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

Color convert

RGB 1 242 255 -
CMYK 1.00 0.05 0 0
HSL 183.07º 1% 0.5% -
HSV(B) 183.07º 1% 1% -
XYZ 49.81 70.73 105.63 -
YUV 171.42 175.16 6.44 -
System Red Green Blue C M Y K H S L
Decimal 1 242 255 1.00 0.05 0 0 183.07 1 0.5
Hex 1 F2 FF 64 5 0 0 B7 64 32
Octal 1 362 377 144 5 0 0 267 144 62
Binary 1 11110010 11111111 1100100 101 0 0 10110111 1100100 110010

Color Harmonies of #01F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F2FF

Black with #01F2FF

Text Example


Text Example

White with #01F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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