#1DFAF6

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

Shades of Aqua #1DFAF6

Tints of Aqua #1DFAF6

Color information

#1DFAF6 (or 0x1DFAF6) is unknown color: approx Aqua. HEX triplet: 1D, FA and F6. RGB value is (29,250,246). Sum of RGB (Red+Green+Blue) = 29+250+246=525 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.52% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFAF6 is #E20509. Grayscale: #B7B7B7. Windows color (decimal): -14812426 or 16185885. OLE color: 16185885.

HSL color Cylindrical-coordinate representation of color #1DFAF6: hue angle of 178.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFAF6 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB29250246-
CMYK0.8800.020.02
HSL178.91º95.67%54.71%-
HSV(B)178.91º88.4%98.04%-
XYZ51.3375.2999.02-
YUV183.46163.2817.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.52%
GREEN value IS 250 (98.05% from 255) = 47.62%
BLUE value IS 246 (96.48% from 255) = 46.86%
R=5.52%
G=47.62%
B=46.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal292502460.8800.020.02178.9195.6754.71
Hex1DFAF658022b36037
Octal3537236613002226314067
Binary111011111101011110110101100001010101100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,250,246); }

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

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

 a { background-color: rgb(29,250,246); }

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

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

 span { border-color: rgb(29,250,246); }

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