Html Css Color HEX #29EEFE Aqua

📋 copy color: '#29EEFE'

red 41 ◦ green 238 ◦ blue 254

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

Shades of Aqua #29EEFE

Tints of Aqua #29EEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 7.69%
G = 44.65%
B = 47.65%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#29EEFE (or 0x29EEFE) is known color: Aqua. HEX triplet: 29, EE and FE. RGB value is (41,238,254). Sum of RGB (Red+Green+Blue) = 41+238+254=533 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.69% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #29EEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EEFE is #D61101. Grayscale: #B4B4B4. Windows color (decimal): -14029058 or 16707113. OLE color: 16707113.

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

Color convert

RGB 41 238 254 -
CMYK 0.84 0.06 0 0.00
HSL 184.51º 0.99% 0.58% -
HSV(B) 184.51º 0.84% 1% -
XYZ 49.38 68.78 104.44 -
YUV 180.92 169.23 28.2 -
System Red Green Blue C M Y K H S L
Decimal 41 238 254 0.84 0.06 0 0.00 184.51 0.99 0.58
Hex 29 EE FE 54 6 0 0 B9 63 3A
Octal 51 356 376 124 6 0 0 271 143 72
Binary 101001 11101110 11111110 1010100 110 0 0 10111001 1100011 111010

Color Harmonies of #29EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EEFE

Black with #29EEFE

Text Example


Text Example

White with #29EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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