Html Css Color HEX #00ECFC Aqua

📋 copy color: '#00ECFC'

red 0 ◦ green 236 ◦ blue 252

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

Shades of Aqua #00ECFC

Tints of Aqua #00ECFC

RGB

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

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

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

R = 0%
G = 48.36%
B = 51.64%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00ECFC (or 0x00ECFC) is known color: Aqua. HEX triplet: 00, EC and FC. RGB value is (0,236,252). Sum of RGB (Red+Green+Blue) = 0+236+252=488 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #00ECFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECFC is #FF1303. Grayscale: #A6A6A6. Windows color (decimal): -16716548 or 16575488. OLE color: 16575488.

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

Color convert

RGB 0 236 252 -
CMYK 1 0.06 0 0.01
HSL 183.81º 1% 0.49% -
HSV(B) 183.81º 1% 0.99% -
XYZ 47.57 67.02 102.52 -
YUV 167.26 175.81 8.7 -
System Red Green Blue C M Y K H S L
Decimal 0 236 252 1 0.06 0 0.01 183.81 1 0.49
Hex 0 EC FC 64 6 0 1 B8 64 31
Octal 0 354 374 144 6 0 1 270 144 61
Binary 0 11101100 11111100 1100100 110 0 1 10111000 1100100 110001

Color Harmonies of #00ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECFC

Black with #00ECFC

Text Example


Text Example

White with #00ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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