Html Css Color HEX #29BADD Summer Sky

📋 copy color: '#29BADD'

red 41 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #29BADD

Tints of Summer Sky #29BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 9.15%
G = 41.52%
B = 49.33%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29BADD (or 0x29BADD) is known color: Summer Sky. HEX triplet: 29, BA and DD. RGB value is (41,186,221). Sum of RGB (Red+Green+Blue) = 41+186+221=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #29BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BADD is #D64522. Grayscale: #929292. Windows color (decimal): -14042403 or 14531113. OLE color: 14531113.

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

Color convert

RGB 41 186 221 -
CMYK 0.81 0.16 0 0.13
HSL 191.67º 0.73% 0.51% -
HSV(B) 191.67º 0.81% 0.87% -
XYZ 31.52 40.81 74.62 -
YUV 146.64 169.96 52.65 -
System Red Green Blue C M Y K H S L
Decimal 41 186 221 0.81 0.16 0 0.13 191.67 0.73 0.51
Hex 29 BA DD 51 10 0 D C0 49 33
Octal 51 272 335 121 20 0 15 300 111 63
Binary 101001 10111010 11011101 1010001 10000 0 1101 11000000 1001001 110011

Color Harmonies of #29BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BADD

Black with #29BADD

Text Example


Text Example

White with #29BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,221); }

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

background-color css

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

 a { background-color: rgb(41,186,221); }

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

border-color css

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

 span { border-color: rgb(41,186,221); }

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