Html Css Color HEX #01ECFC Aqua

📋 copy color: '#01ECFC'

red 1 ◦ green 236 ◦ blue 252

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

Shades of Aqua #01ECFC

Tints of Aqua #01ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 0.2%
G = 48.26%
B = 51.53%

CMYK

 C value IS 1.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01ECFC (or 0x01ECFC) is known color: Aqua. HEX triplet: 01, EC and FC. RGB value is (1,236,252). Sum of RGB (Red+Green+Blue) = 1+236+252=489 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #01ECFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01ECFC is #FE1303. Grayscale: #A7A7A7. Windows color (decimal): -16651012 or 16575489. OLE color: 16575489.

HSL color Cylindrical-coordinate representation of color #01ECFC: hue angle of 183.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ECFC is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 236 252 -
CMYK 1.00 0.06 0 0.01
HSL 183.82º 0.99% 0.5% -
HSV(B) 183.82º 1% 0.99% -
XYZ 47.58 67.03 102.53 -
YUV 167.56 175.64 9.2 -
System Red Green Blue C M Y K H S L
Decimal 1 236 252 1.00 0.06 0 0.01 183.82 0.99 0.5
Hex 1 EC FC 64 6 0 1 B8 63 32
Octal 1 354 374 144 6 0 1 270 143 62
Binary 1 11101100 11111100 1100100 110 0 1 10111000 1100011 110010

Color Harmonies of #01ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ECFC

Black with #01ECFC

Text Example


Text Example

White with #01ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,236,252); }

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

background-color css

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

 a { background-color: rgb(1,236,252); }

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

border-color css

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

 span { border-color: rgb(1,236,252); }

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