Html Css Color HEX #29EFFF Aqua

📋 copy color: '#29EFFF'

red 41 ◦ green 239 ◦ blue 255

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

Shades of Aqua #29EFFF

Tints of Aqua #29EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

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

R = 7.66%
G = 44.67%
B = 47.66%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29EFFF (or 0x29EFFF) is known color: Aqua. HEX triplet: 29, EF and FF. RGB value is (41,239,255). Sum of RGB (Red+Green+Blue) = 41+239+255=535 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.66% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #29EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EFFF is #D61000. Grayscale: #B5B5B5. Windows color (decimal): -14028801 or 16772905. OLE color: 16772905.

HSL color Cylindrical-coordinate representation of color #29EFFF: hue angle of 184.49º 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 #29EFFF is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 239 255 -
CMYK 0.84 0.06 0 0
HSL 184.49º 1% 0.58% -
HSV(B) 184.49º 0.84% 1% -
XYZ 49.83 69.42 105.38 -
YUV 181.62 169.4 27.7 -
System Red Green Blue C M Y K H S L
Decimal 41 239 255 0.84 0.06 0 0 184.49 1 0.58
Hex 29 EF FF 54 6 0 0 B8 64 3A
Octal 51 357 377 124 6 0 0 270 144 72
Binary 101001 11101111 11111111 1010100 110 0 0 10111000 1100100 111010

Color Harmonies of #29EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EFFF

Black with #29EFFF

Text Example


Text Example

White with #29EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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