Html Css Color HEX #01EEF6 Aqua

📋 copy color: '#01EEF6'

red 1 ◦ green 238 ◦ blue 246

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

Shades of Aqua #01EEF6

Tints of Aqua #01EEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.07%

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 0.21%
G = 49.07%
B = 50.72%

CMYK

 C value IS 1.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01EEF6 (or 0x01EEF6) is known color: Aqua. HEX triplet: 01, EE and F6. RGB value is (1,238,246). Sum of RGB (Red+Green+Blue) = 1+238+246=485 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #01EEF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EEF6 is #FE1109. Grayscale: #A7A7A7. Windows color (decimal): -16650506 or 16182785. OLE color: 16182785.

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

Color convert

RGB 1 238 246 -
CMYK 1.00 0.03 0 0.04
HSL 181.96º 0.99% 0.48% -
HSV(B) 181.96º 1% 0.96% -
XYZ 47.22 67.81 97.79 -
YUV 168.05 171.98 8.85 -
System Red Green Blue C M Y K H S L
Decimal 1 238 246 1.00 0.03 0 0.04 181.96 0.99 0.48
Hex 1 EE F6 64 3 0 4 B6 63 30
Octal 1 356 366 144 3 0 4 266 143 60
Binary 1 11101110 11110110 1100100 11 0 100 10110110 1100011 110000

Color Harmonies of #01EEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EEF6

Black with #01EEF6

Text Example


Text Example

White with #01EEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,238,246); }

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

background-color css

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

 a { background-color: rgb(1,238,246); }

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

border-color css

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

 span { border-color: rgb(1,238,246); }

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