Html Css Color HEX #01EFF2 Aqua

📋 copy color: '#01EFF2'

red 1 ◦ green 239 ◦ blue 242

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

Shades of Aqua #01EFF2

Tints of Aqua #01EFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.59%

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

R = 0.21%
G = 49.59%
B = 50.21%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01EFF2 (or 0x01EFF2) is known color: Aqua. HEX triplet: 01, EF and F2. RGB value is (1,239,242). Sum of RGB (Red+Green+Blue) = 1+239+242=482 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #01EFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFF2 is #FE100D. Grayscale: #A7A7A7. Windows color (decimal): -16650254 or 15920897. OLE color: 15920897.

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

Color convert

RGB 1 239 242 -
CMYK 1.00 0.01 0 0.05
HSL 180.75º 0.99% 0.48% -
HSV(B) 180.75º 1% 0.95% -
XYZ 46.91 68.15 94.69 -
YUV 168.18 169.65 8.76 -
System Red Green Blue C M Y K H S L
Decimal 1 239 242 1.00 0.01 0 0.05 180.75 0.99 0.48
Hex 1 EF F2 64 1 0 5 B5 63 30
Octal 1 357 362 144 1 0 5 265 143 60
Binary 1 11101111 11110010 1100100 1 0 101 10110101 1100011 110000

Color Harmonies of #01EFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EFF2

Black with #01EFF2

Text Example


Text Example

White with #01EFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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