Html Css Color HEX #29B0DA Summer Sky

📋 copy color: '#29B0DA'

red 41 ◦ green 176 ◦ blue 218

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

Shades of Summer Sky #29B0DA

Tints of Summer Sky #29B0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 9.43%
G = 40.46%
B = 50.11%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#29B0DA (or 0x29B0DA) is known color: Summer Sky. HEX triplet: 29, B0 and DA. RGB value is (41,176,218). Sum of RGB (Red+Green+Blue) = 41+176+218=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #29B0DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B0DA is #D64F25. Grayscale: #8C8C8C. Windows color (decimal): -14044966 or 14331945. OLE color: 14331945.

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

Color convert

RGB 41 176 218 -
CMYK 0.81 0.19 0 0.15
HSL 194.24º 0.71% 0.51% -
HSV(B) 194.24º 0.81% 0.85% -
XYZ 29.09 36.58 71.86 -
YUV 140.42 171.77 57.08 -
System Red Green Blue C M Y K H S L
Decimal 41 176 218 0.81 0.19 0 0.15 194.24 0.71 0.51
Hex 29 B0 DA 51 13 0 F C2 47 33
Octal 51 260 332 121 23 0 17 302 107 63
Binary 101001 10110000 11011010 1010001 10011 0 1111 11000010 1000111 110011

Color Harmonies of #29B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B0DA

Black with #29B0DA

Text Example


Text Example

White with #29B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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