Html Css Color HEX #29BADE Summer Sky

📋 copy color: '#29BADE'

red 41 ◦ green 186 ◦ blue 222

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

Shades of Summer Sky #29BADE

Tints of Summer Sky #29BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 9.13%
G = 41.43%
B = 49.44%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29BADE (or 0x29BADE) is known color: Summer Sky. HEX triplet: 29, BA and DE. RGB value is (41,186,222). Sum of RGB (Red+Green+Blue) = 41+186+222=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #29BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BADE is #D64521. Grayscale: #929292. Windows color (decimal): -14042402 or 14596649. OLE color: 14596649.

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

Color convert

RGB 41 186 222 -
CMYK 0.82 0.16 0 0.13
HSL 191.93º 0.73% 0.52% -
HSV(B) 191.93º 0.82% 0.87% -
XYZ 31.66 40.86 75.33 -
YUV 146.75 170.46 52.57 -
System Red Green Blue C M Y K H S L
Decimal 41 186 222 0.82 0.16 0 0.13 191.93 0.73 0.52
Hex 29 BA DE 52 10 0 D C0 49 34
Octal 51 272 336 122 20 0 15 300 111 64
Binary 101001 10111010 11011110 1010010 10000 0 1101 11000000 1001001 110100

Color Harmonies of #29BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BADE

Black with #29BADE

Text Example


Text Example

White with #29BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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