#1AE7FE

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

Shades of Aqua #1AE7FE

Tints of Aqua #1AE7FE

Color information

#1AE7FE (or 0x1AE7FE) is unknown color: approx Aqua. HEX triplet: 1A, E7 and FE. RGB value is (26,231,254). Sum of RGB (Red+Green+Blue) = 26+231+254=511 (67% of max value = 765). Red value is 26 (10.55% from 255 or 5.09% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AE7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1AE7FE is #E51801. Grayscale: #ACACAC. Windows color (decimal): -15013890 or 16705306. OLE color: 16705306.

HSL color Cylindrical-coordinate representation of color #1AE7FE: hue angle of 186.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AE7FE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB26231254-
CMYK0.900.0900.00
HSL186.05º99.13%54.9%-
HSV(B)186.05º89.76%99.61%-
XYZ46.8964.53103.75-
YUV172.33174.0823.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.09%
GREEN value IS 231 (90.62% from 255) = 45.21%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=5.09%
G=45.21%
B=49.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal262312540.900.0900.00186.0599.1354.9
Hex1AE7FE5A900ba6337
Octal32347376132110027214367
Binary1101011100111111111101011010100100101110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AE7FE; }

 p { color: rgb(26,231,254); }

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

<style>
 a { background-color: #1AE7FE; }

 a { background-color: rgb(26,231,254); }

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

<style>
 span { border-color: #1AE7FE; }

 span { border-color: rgb(26,231,254); }

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