Html Css Color HEX #00ECFD Aqua

📋 copy color: '#00ECFD'

red 0 ◦ green 236 ◦ blue 253

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

Shades of Aqua #00ECFD

Tints of Aqua #00ECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.74%

R = 0%
G = 48.26%
B = 51.74%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00ECFD (or 0x00ECFD) is known color: Aqua. HEX triplet: 00, EC and FD. RGB value is (0,236,253). Sum of RGB (Red+Green+Blue) = 0+236+253=489 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #00ECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECFD is #FF1302. Grayscale: #A7A7A7. Windows color (decimal): -16716547 or 16641024. OLE color: 16641024.

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

Color convert

RGB 0 236 253 -
CMYK 1 0.07 0 0.01
HSL 184.03º 1% 0.5% -
HSV(B) 184.03º 1% 0.99% -
XYZ 47.73 67.08 103.36 -
YUV 167.37 176.31 8.62 -
System Red Green Blue C M Y K H S L
Decimal 0 236 253 1 0.07 0 0.01 184.03 1 0.5
Hex 0 EC FD 64 7 0 1 B8 64 32
Octal 0 354 375 144 7 0 1 270 144 62
Binary 0 11101100 11111101 1100100 111 0 1 10111000 1100100 110010

Color Harmonies of #00ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ECFD

Black with #00ECFD

Text Example


Text Example

White with #00ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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