#1DFEEE

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

Shades of Aqua #1DFEEE

Tints of Aqua #1DFEEE

Color information

#1DFEEE (or 0x1DFEEE) is unknown color: approx Aqua. HEX triplet: 1D, FE and EE. RGB value is (29,254,238). Sum of RGB (Red+Green+Blue) = 29+254+238=521 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.57% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFEEE is #E20111. Grayscale: #B8B8B8. Windows color (decimal): -14811410 or 15662621. OLE color: 15662621.

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

Color convert

RGB29254238-
CMYK0.8900.060.00
HSL175.73º99.12%55.49%-
HSV(B)175.73º88.58%99.61%-
XYZ51.3877.3293.1-
YUV184.9157.9616.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 5.57%
GREEN value IS 254 (99.61% from 255) = 48.75%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=5.57%
G=48.75%
B=45.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal292542380.8900.060.00175.7399.1255.49
Hex1DFEEE59060b06337
Octal3537635613106026014367
Binary111011111111011101110101100101100101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,254,238); }

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

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

 a { background-color: rgb(29,254,238); }

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

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

 span { border-color: rgb(29,254,238); }

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