Html Css Color HEX #29ECFD Aqua

📋 copy color: '#29ECFD'

red 41 ◦ green 236 ◦ blue 253

#29ECFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #29ECFD

Tints of Aqua #29ECFD

RGB

 RED value IS 41 (16.41% from 255) = 7.74%

 GREEN value IS 236 (92.58% from 255) = 44.53%

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 7.74%
G = 44.53%
B = 47.74%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#29ECFD (or 0x29ECFD) is known color: Aqua. HEX triplet: 29, EC and FD. RGB value is (41,236,253). Sum of RGB (Red+Green+Blue) = 41+236+253=530 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.74% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #29ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29ECFD is #D61302. Grayscale: #B3B3B3. Windows color (decimal): -14029571 or 16641065. OLE color: 16641065.

HSL color Cylindrical-coordinate representation of color #29ECFD: hue angle of 184.81º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29ECFD is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 236 253 -
CMYK 0.84 0.07 0 0.01
HSL 184.81º 0.98% 0.58% -
HSV(B) 184.81º 0.84% 0.99% -
XYZ 48.64 67.55 103.4 -
YUV 179.63 169.4 29.12 -
System Red Green Blue C M Y K H S L
Decimal 41 236 253 0.84 0.07 0 0.01 184.81 0.98 0.58
Hex 29 EC FD 54 7 0 1 B9 62 3A
Octal 51 354 375 124 7 0 1 271 142 72
Binary 101001 11101100 11111101 1010100 111 0 1 10111001 1100010 111010

Color Harmonies of #29ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ECFD

Black with #29ECFD

Text Example


Text Example

White with #29ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29ECFD; }

 p { color: rgb(41,236,253); }

 H1.HeaderClassName
 {
   color: #29ECFD;
 }
 .AnyTagClassName
 {
   color: #29ECFD;
 }
</style>

background-color css

<style>
 a { background-color: #29ECFD; }

 a { background-color: rgb(41,236,253); }

 div.DivClassName
 {
   background-color: #29ECFD;
 }
 .BgClassName
 {
   background-color: #29ECFD;
 }
</style>

border-color css

<style>
 span { border-color: #29ECFD; }

 span { border-color: rgb(41,236,253); }

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