Html Css Color HEX #12E6FD Aqua

📋 copy color: '#12E6FD'

red 18 ◦ green 230 ◦ blue 253

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

Shades of Aqua #12E6FD

Tints of Aqua #12E6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.91%

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

R = 3.59%
G = 45.91%
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

#12E6FD (or 0x12E6FD) is known color: Aqua. HEX triplet: 12, E6 and FD. RGB value is (18,230,253). Sum of RGB (Red+Green+Blue) = 18+230+253=501 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.59% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #12E6FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E6FD is #ED1902. Grayscale: #A8A8A8. Windows color (decimal): -15538435 or 16639506. OLE color: 16639506.

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

Color convert

RGB 18 230 253 -
CMYK 0.93 0.09 0 0.01
HSL 185.87º 0.98% 0.53% -
HSV(B) 185.87º 0.93% 0.99% -
XYZ 46.28 63.81 102.81 -
YUV 169.23 175.26 20.13 -
System Red Green Blue C M Y K H S L
Decimal 18 230 253 0.93 0.09 0 0.01 185.87 0.98 0.53
Hex 12 E6 FD 5D 9 0 1 BA 62 35
Octal 22 346 375 135 11 0 1 272 142 65
Binary 10010 11100110 11111101 1011101 1001 0 1 10111010 1100010 110101

Color Harmonies of #12E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E6FD

Black with #12E6FD

Text Example


Text Example

White with #12E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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