Html Css Color HEX #29BDDA Summer Sky

📋 copy color: '#29BDDA'

red 41 ◦ green 189 ◦ blue 218

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

Shades of Summer Sky #29BDDA

Tints of Summer Sky #29BDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 9.15%
G = 42.19%
B = 48.66%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#29BDDA (or 0x29BDDA) is known color: Summer Sky. HEX triplet: 29, BD and DA. RGB value is (41,189,218). Sum of RGB (Red+Green+Blue) = 41+189+218=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #29BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BDDA is #D64225. Grayscale: #939393. Windows color (decimal): -14041638 or 14335273. OLE color: 14335273.

HSL color Cylindrical-coordinate representation of color #29BDDA: hue angle of 189.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29BDDA is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 189 218 -
CMYK 0.81 0.13 0 0.15
HSL 189.83º 0.71% 0.51% -
HSV(B) 189.83º 0.81% 0.85% -
XYZ 31.77 41.93 72.75 -
YUV 148.05 167.47 51.64 -
System Red Green Blue C M Y K H S L
Decimal 41 189 218 0.81 0.13 0 0.15 189.83 0.71 0.51
Hex 29 BD DA 51 D 0 F BE 47 33
Octal 51 275 332 121 15 0 17 276 107 63
Binary 101001 10111101 11011010 1010001 1101 0 1111 10111110 1000111 110011

Color Harmonies of #29BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDDA

Black with #29BDDA

Text Example


Text Example

White with #29BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,189,218); }

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

background-color css

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

 a { background-color: rgb(41,189,218); }

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

border-color css

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

 span { border-color: rgb(41,189,218); }

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