Html Css Color HEX #12ECFD Aqua

📋 copy color: '#12ECFD'

red 18 ◦ green 236 ◦ blue 253

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

Shades of Aqua #12ECFD

Tints of Aqua #12ECFD

RGB

 RED value IS 18 (7.42% from 255) = 3.55%

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

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

R = 3.55%
G = 46.55%
B = 49.9%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12ECFD (or 0x12ECFD) is known color: Aqua. HEX triplet: 12, EC and FD. RGB value is (18,236,253). Sum of RGB (Red+Green+Blue) = 18+236+253=507 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.55% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #12ECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12ECFD is #ED1302. Grayscale: #ACACAC. Windows color (decimal): -15536899 or 16641042. OLE color: 16641042.

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

Color convert

RGB 18 236 253 -
CMYK 0.93 0.07 0 0.01
HSL 184.34º 0.98% 0.53% -
HSV(B) 184.34º 0.93% 0.99% -
XYZ 47.97 67.21 103.37 -
YUV 172.76 173.28 17.62 -
System Red Green Blue C M Y K H S L
Decimal 18 236 253 0.93 0.07 0 0.01 184.34 0.98 0.53
Hex 12 EC FD 5D 7 0 1 B8 62 35
Octal 22 354 375 135 7 0 1 270 142 65
Binary 10010 11101100 11111101 1011101 111 0 1 10111000 1100010 110101

Color Harmonies of #12ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ECFD

Black with #12ECFD

Text Example


Text Example

White with #12ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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