Html Css Color HEX #12ECF9 Aqua

📋 copy color: '#12ECF9'

red 18 ◦ green 236 ◦ blue 249

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

Shades of Aqua #12ECF9

Tints of Aqua #12ECF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 3.58%
G = 46.92%
B = 49.5%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12ECF9 (or 0x12ECF9) is known color: Aqua. HEX triplet: 12, EC and F9. RGB value is (18,236,249). Sum of RGB (Red+Green+Blue) = 18+236+249=503 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.58% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #12ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12ECF9 is #ED1306. Grayscale: #ACACAC. Windows color (decimal): -15536903 or 16378898. OLE color: 16378898.

HSL color Cylindrical-coordinate representation of color #12ECF9: hue angle of 183.38º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ECF9 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 236 249 -
CMYK 0.93 0.05 0 0.02
HSL 183.38º 0.95% 0.52% -
HSV(B) 183.38º 0.93% 0.98% -
XYZ 47.34 66.96 100.05 -
YUV 172.3 171.28 17.94 -
System Red Green Blue C M Y K H S L
Decimal 18 236 249 0.93 0.05 0 0.02 183.38 0.95 0.52
Hex 12 EC F9 5D 5 0 2 B7 5F 34
Octal 22 354 371 135 5 0 2 267 137 64
Binary 10010 11101100 11111001 1011101 101 0 10 10110111 1011111 110100

Color Harmonies of #12ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ECF9

Black with #12ECF9

Text Example


Text Example

White with #12ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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