Html Css Color HEX #29BADA Summer Sky

📋 copy color: '#29BADA'

red 41 ◦ green 186 ◦ blue 218

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

Shades of Summer Sky #29BADA

Tints of Summer Sky #29BADA

RGB

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

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

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

R = 9.21%
G = 41.8%
B = 48.99%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#29BADA (or 0x29BADA) is known color: Summer Sky. HEX triplet: 29, BA and DA. RGB value is (41,186,218). Sum of RGB (Red+Green+Blue) = 41+186+218=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #29BADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BADA is #D64525. Grayscale: #929292. Windows color (decimal): -14042406 or 14334505. OLE color: 14334505.

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

Color convert

RGB 41 186 218 -
CMYK 0.81 0.15 0 0.15
HSL 190.85º 0.71% 0.51% -
HSV(B) 190.85º 0.81% 0.85% -
XYZ 31.13 40.65 72.54 -
YUV 146.29 168.46 52.9 -
System Red Green Blue C M Y K H S L
Decimal 41 186 218 0.81 0.15 0 0.15 190.85 0.71 0.51
Hex 29 BA DA 51 F 0 F BF 47 33
Octal 51 272 332 121 17 0 17 277 107 63
Binary 101001 10111010 11011010 1010001 1111 0 1111 10111111 1000111 110011

Color Harmonies of #29BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BADA

Black with #29BADA

Text Example


Text Example

White with #29BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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