#1df0f9

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

Shades of Aqua #1DF0F9

Tints of Aqua #1DF0F9

Color information

#1DF0F9 (or 0x1DF0F9) is unknown color: approx Aqua. HEX triplet: 1D, F0 and F9. RGB value is (29,240,249). Sum of RGB (Red+Green+Blue) = 29+240+249=518 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.60% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DF0F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF0F9 is #E20F06. Grayscale: #B1B1B1. Windows color (decimal): -14814983 or 16379933. OLE color: 16379933.

HSL color Cylindrical-coordinate representation of color #1DF0F9: hue angle of 182.45º degrees, saturation: 0.95, 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 #1DF0F9 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB29240249-
CMYK0.880.0400.02
HSL182.45º94.83%54.51%-
HSV(B)182.45º88.35%97.65%-
XYZ48.7769.42100.45-
YUV177.94168.121.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.60%
GREEN value IS 240 (94.14% from 255) = 46.33%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=5.60%
G=46.33%
B=48.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal292402490.880.0400.02182.4594.8354.51
Hex1DF0F958402b65f37
Octal3536037113040226613767
Binary1110111110000111110011011000100010101101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1df0f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,240,249); }

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

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

 a { background-color: rgb(29,240,249); }

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

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

 span { border-color: rgb(29,240,249); }

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