#12FAFD

Color #12FAFD Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #12FAFD

Tints of Aqua #12FAFD

Color information

#12FAFD (or 0x12FAFD) is unknown color: approx Aqua. HEX triplet: 12, FA and FD. RGB value is (18,250,253). Sum of RGB (Red+Green+Blue) = 18+250+253=521 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.45% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #12FAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FAFD is #ED0502. Grayscale: #B4B4B4. Windows color (decimal): -15533315 or 16644626. OLE color: 16644626.

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

Color convert

RGB18250253-
CMYK0.930.0100.01
HSL180.77º98.33%53.14%-
HSV(B)180.77º92.89%99.22%-
XYZ52.1675.59104.77-
YUV180.97168.6411.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.45%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=3.45%
G=47.98%
B=48.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182502530.930.0100.01180.7798.3353.14
Hex12FAFD5D101b56235
Octal2237237513510126514265
Binary1001011111010111111011011101101101101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12FAFD;
 }
 .AnyTagClassName
 {
   color: #12FAFD;
 }
</style>
background-color css

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

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

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

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

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

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