Html Css Color HEX #29EDFF Aqua

📋 copy color: '#29EDFF'

red 41 ◦ green 237 ◦ blue 255

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

Shades of Aqua #29EDFF

Tints of Aqua #29EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 7.69%
G = 44.47%
B = 47.84%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29EDFF (or 0x29EDFF) is known color: Aqua. HEX triplet: 29, ED and FF. RGB value is (41,237,255). Sum of RGB (Red+Green+Blue) = 41+237+255=533 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.69% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #29EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EDFF is #D61200. Grayscale: #B4B4B4. Windows color (decimal): -14029313 or 16772393. OLE color: 16772393.

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

Color convert

RGB 41 237 255 -
CMYK 0.84 0.07 0 0
HSL 185.05º 1% 0.58% -
HSV(B) 185.05º 0.84% 1% -
XYZ 49.25 68.26 105.19 -
YUV 180.45 170.07 28.54 -
System Red Green Blue C M Y K H S L
Decimal 41 237 255 0.84 0.07 0 0 185.05 1 0.58
Hex 29 ED FF 54 7 0 0 B9 64 3A
Octal 51 355 377 124 7 0 0 271 144 72
Binary 101001 11101101 11111111 1010100 111 0 0 10111001 1100100 111010

Color Harmonies of #29EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EDFF

Black with #29EDFF

Text Example


Text Example

White with #29EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,237,255); }

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

background-color css

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

 a { background-color: rgb(41,237,255); }

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

border-color css

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

 span { border-color: rgb(41,237,255); }

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