#12E9FF

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

Shades of Aqua #12E9FF

Tints of Aqua #12E9FF

Color information

#12E9FF (or 0x12E9FF) is unknown color: approx Aqua. HEX triplet: 12, E9 and FF. RGB value is (18,233,255). Sum of RGB (Red+Green+Blue) = 18+233+255=506 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #12E9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12E9FF is #ED1600. Grayscale: #AAAAAA. Windows color (decimal): -15537665 or 16771346. OLE color: 16771346.

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

Color convert

RGB18233255-
CMYK0.930.0900
HSL185.57º100%53.53%-
HSV(B)185.57º92.94%100%-
XYZ47.4465.63104.77-
YUV171.22175.2718.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.56%
GREEN value IS 233 (91.41% from 255) = 46.05%
BLUE value IS 255 (100% from 255) = 50.40%
R=3.56%
G=46.05%
B=50.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182332550.930.0900185.5710053.53
Hex12E9FF5D900ba6436
Octal22351377135110027214466
Binary1001011101001111111111011101100100101110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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