Html Css Color HEX #01EDFF Aqua

📋 copy color: '#01EDFF'

red 1 ◦ green 237 ◦ blue 255

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

Shades of Aqua #01EDFF

Tints of Aqua #01EDFF

RGB

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

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

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

R = 0.2%
G = 48.07%
B = 51.72%

CMYK

 C value IS 1.00

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01EDFF (or 0x01EDFF) is known color: Aqua. HEX triplet: 01, ED and FF. RGB value is (1,237,255). Sum of RGB (Red+Green+Blue) = 1+237+255=493 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #01EDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EDFF is #FE1200. Grayscale: #A8A8A8. Windows color (decimal): -16650753 or 16772353. OLE color: 16772353.

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

Color convert

RGB 1 237 255 -
CMYK 1.00 0.07 0 0
HSL 184.25º 1% 0.5% -
HSV(B) 184.25º 1% 1% -
XYZ 48.35 67.79 105.15 -
YUV 168.49 176.81 8.54 -
System Red Green Blue C M Y K H S L
Decimal 1 237 255 1.00 0.07 0 0 184.25 1 0.5
Hex 1 ED FF 64 7 0 0 B8 64 32
Octal 1 355 377 144 7 0 0 270 144 62
Binary 1 11101101 11111111 1100100 111 0 0 10111000 1100100 110010

Color Harmonies of #01EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EDFF

Black with #01EDFF

Text Example


Text Example

White with #01EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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