Html Css Color HEX #01EDF2 Aqua

📋 copy color: '#01EDF2'

red 1 ◦ green 237 ◦ blue 242

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

Shades of Aqua #01EDF2

Tints of Aqua #01EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.38%

 BLUE value IS 242 (94.92% from 255) = 50.42%

R = 0.21%
G = 49.38%
B = 50.42%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01EDF2 (or 0x01EDF2) is known color: Aqua. HEX triplet: 01, ED and F2. RGB value is (1,237,242). Sum of RGB (Red+Green+Blue) = 1+237+242=480 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #01EDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EDF2 is #FE120D. Grayscale: #A6A6A6. Windows color (decimal): -16650766 or 15920385. OLE color: 15920385.

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

Color convert

RGB 1 237 242 -
CMYK 1.00 0.02 0 0.05
HSL 181.24º 0.99% 0.48% -
HSV(B) 181.24º 1% 0.95% -
XYZ 46.32 66.99 94.49 -
YUV 167.01 170.31 9.59 -
System Red Green Blue C M Y K H S L
Decimal 1 237 242 1.00 0.02 0 0.05 181.24 0.99 0.48
Hex 1 ED F2 64 2 0 5 B5 63 30
Octal 1 355 362 144 2 0 5 265 143 60
Binary 1 11101101 11110010 1100100 10 0 101 10110101 1100011 110000

Color Harmonies of #01EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EDF2

Black with #01EDF2

Text Example


Text Example

White with #01EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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