Html Css Color HEX #29EEFF Aqua

📋 copy color: '#29EEFF'

red 41 ◦ green 238 ◦ blue 255

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

Shades of Aqua #29EEFF

Tints of Aqua #29EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.57%

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

R = 7.68%
G = 44.57%
B = 47.75%

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

#29EEFF (or 0x29EEFF) is known color: Aqua. HEX triplet: 29, EE and FF. RGB value is (41,238,255). Sum of RGB (Red+Green+Blue) = 41+238+255=534 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.68% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #29EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EEFF is #D61100. Grayscale: #B4B4B4. Windows color (decimal): -14029057 or 16772649. OLE color: 16772649.

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

Color convert

RGB 41 238 255 -
CMYK 0.84 0.07 0 0
HSL 184.77º 1% 0.58% -
HSV(B) 184.77º 0.84% 1% -
XYZ 49.54 68.84 105.28 -
YUV 181.04 169.73 28.12 -
System Red Green Blue C M Y K H S L
Decimal 41 238 255 0.84 0.07 0 0 184.77 1 0.58
Hex 29 EE FF 54 7 0 0 B9 64 3A
Octal 51 356 377 124 7 0 0 271 144 72
Binary 101001 11101110 11111111 1010100 111 0 0 10111001 1100100 111010

Color Harmonies of #29EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEFF

Black with #29EEFF

Text Example


Text Example

White with #29EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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