Html Css Color HEX #12E5FC Aqua

📋 copy color: '#12E5FC'

red 18 ◦ green 229 ◦ blue 252

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

Shades of Aqua #12E5FC

Tints of Aqua #12E5FC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.89%

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

R = 3.61%
G = 45.89%
B = 50.5%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12E5FC (or 0x12E5FC) is known color: Aqua. HEX triplet: 12, E5 and FC. RGB value is (18,229,252). Sum of RGB (Red+Green+Blue) = 18+229+252=499 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.61% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #12E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E5FC is #ED1A03. Grayscale: #A8A8A8. Windows color (decimal): -15538692 or 16573714. OLE color: 16573714.

HSL color Cylindrical-coordinate representation of color #12E5FC: hue angle of 185.9º 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 #12E5FC is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 229 252 -
CMYK 0.93 0.09 0 0.01
HSL 185.9º 0.98% 0.53% -
HSV(B) 185.9º 0.93% 0.99% -
XYZ 45.84 63.2 101.88 -
YUV 168.53 175.1 20.63 -
System Red Green Blue C M Y K H S L
Decimal 18 229 252 0.93 0.09 0 0.01 185.9 0.98 0.53
Hex 12 E5 FC 5D 9 0 1 BA 62 35
Octal 22 345 374 135 11 0 1 272 142 65
Binary 10010 11100101 11111100 1011101 1001 0 1 10111010 1100010 110101

Color Harmonies of #12E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E5FC

Black with #12E5FC

Text Example


Text Example

White with #12E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,229,252); }

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

background-color css

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

 a { background-color: rgb(18,229,252); }

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

border-color css

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

 span { border-color: rgb(18,229,252); }

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