Html Css Color HEX #00ECF7 Aqua

📋 copy color: '#00ECF7'

red 0 ◦ green 236 ◦ blue 247

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

Shades of Aqua #00ECF7

Tints of Aqua #00ECF7

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 247 (96.88% from 255) = 51.14%

R = 0%
G = 48.86%
B = 51.14%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#00ECF7 (or 0x00ECF7) is known color: Aqua. HEX triplet: 00, EC and F7. RGB value is (0,236,247). Sum of RGB (Red+Green+Blue) = 0+236+247=483 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #00ECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECF7 is #FF1308. Grayscale: #A6A6A6. Windows color (decimal): -16716553 or 16247808. OLE color: 16247808.

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

Color convert

RGB 0 236 247 -
CMYK 1 0.04 0 0.03
HSL 182.67º 1% 0.48% -
HSV(B) 182.67º 1% 0.97% -
XYZ 46.78 66.71 98.41 -
YUV 166.69 173.31 9.11 -
System Red Green Blue C M Y K H S L
Decimal 0 236 247 1 0.04 0 0.03 182.67 1 0.48
Hex 0 EC F7 64 4 0 3 B7 64 30
Octal 0 354 367 144 4 0 3 267 144 60
Binary 0 11101100 11110111 1100100 100 0 11 10110111 1100100 110000

Color Harmonies of #00ECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECF7

Black with #00ECF7

Text Example


Text Example

White with #00ECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ECF7; }

 p { color: rgb(0,236,247); }

 H1.HeaderClassName
 {
   color: #00ECF7;
 }
 .AnyTagClassName
 {
   color: #00ECF7;
 }
</style>

background-color css

<style>
 a { background-color: #00ECF7; }

 a { background-color: rgb(0,236,247); }

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

border-color css

<style>
 span { border-color: #00ECF7; }

 span { border-color: rgb(0,236,247); }

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