#12E8FF

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

Shades of Aqua #12E8FF

Tints of Aqua #12E8FF

Color information

#12E8FF (or 0x12E8FF) is unknown color: approx Aqua. HEX triplet: 12, E8 and FF. RGB value is (18,232,255). Sum of RGB (Red+Green+Blue) = 18+232+255=505 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #12E8FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E8FF is #ED1700. Grayscale: #AAAAAA. Windows color (decimal): -15537921 or 16771090. OLE color: 16771090.

HSL color Cylindrical-coordinate representation of color #12E8FF: hue angle of 185.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12E8FF is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18232255-
CMYK0.930.0900
HSL185.82º100%53.53%-
HSV(B)185.82º92.94%100%-
XYZ47.1665.06104.68-
YUV170.64175.619.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.56%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 255 (100% from 255) = 50.50%
R=3.56%
G=45.94%
B=50.50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182322550.930.0900185.8210053.53
Hex12E8FF5D900ba6436
Octal22350377135110027214466
Binary1001011101000111111111011101100100101110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,232,255); }

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

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

 a { background-color: rgb(18,232,255); }

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

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

 span { border-color: rgb(18,232,255); }

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