#12F9FD

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

Shades of Aqua #12F9FD

Tints of Aqua #12F9FD

Color information

#12F9FD (or 0x12F9FD) is unknown color: approx Aqua. HEX triplet: 12, F9 and FD. RGB value is (18,249,253). Sum of RGB (Red+Green+Blue) = 18+249+253=520 (68% of max value = 765). Red value is 18 (7.42% from 255 or 3.46% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #12F9FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12F9FD is #ED0602. Grayscale: #B4B4B4. Windows color (decimal): -15533571 or 16644370. OLE color: 16644370.

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

Color convert

RGB18249253-
CMYK0.930.0200.01
HSL181.02º98.33%53.14%-
HSV(B)181.02º92.89%99.22%-
XYZ51.8574.97104.67-
YUV180.39168.9712.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.46%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 253 (99.22% from 255) = 48.65%
R=3.46%
G=47.88%
B=48.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182492530.930.0200.01181.0298.3353.14
Hex12F9FD5D201b56235
Octal2237137513520126514265
Binary10010111110011111110110111011001101101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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