Html Css Color HEX #12EAFD Aqua

📋 copy color: '#12EAFD'

red 18 ◦ green 234 ◦ blue 253

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

Shades of Aqua #12EAFD

Tints of Aqua #12EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.34%

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

R = 3.56%
G = 46.34%
B = 50.1%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12EAFD (or 0x12EAFD) is known color: Aqua. HEX triplet: 12, EA and FD. RGB value is (18,234,253). Sum of RGB (Red+Green+Blue) = 18+234+253=505 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #12EAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EAFD is #ED1502. Grayscale: #ABABAB. Windows color (decimal): -15537411 or 16640530. OLE color: 16640530.

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

Color convert

RGB 18 234 253 -
CMYK 0.93 0.08 0 0.01
HSL 184.85º 0.98% 0.53% -
HSV(B) 184.85º 0.93% 0.99% -
XYZ 47.4 66.07 103.18 -
YUV 171.58 173.94 18.46 -
System Red Green Blue C M Y K H S L
Decimal 18 234 253 0.93 0.08 0 0.01 184.85 0.98 0.53
Hex 12 EA FD 5D 8 0 1 B9 62 35
Octal 22 352 375 135 10 0 1 271 142 65
Binary 10010 11101010 11111101 1011101 1000 0 1 10111001 1100010 110101

Color Harmonies of #12EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EAFD

Black with #12EAFD

Text Example


Text Example

White with #12EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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