Html Css Color HEX #29BED8 Summer Sky

📋 copy color: '#29BED8'

red 41 ◦ green 190 ◦ blue 216

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

Shades of Summer Sky #29BED8

Tints of Summer Sky #29BED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.51%

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 9.17%
G = 42.51%
B = 48.32%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#29BED8 (or 0x29BED8) is known color: Summer Sky. HEX triplet: 29, BE and D8. RGB value is (41,190,216). Sum of RGB (Red+Green+Blue) = 41+190+216=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #29BED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BED8 is #D64127. Grayscale: #949494. Windows color (decimal): -14041384 or 14204457. OLE color: 14204457.

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

Color convert

RGB 41 190 216 -
CMYK 0.81 0.12 0 0.15
HSL 188.91º 0.69% 0.5% -
HSV(B) 188.91º 0.81% 0.85% -
XYZ 31.72 42.26 71.45 -
YUV 148.41 166.14 51.39 -
System Red Green Blue C M Y K H S L
Decimal 41 190 216 0.81 0.12 0 0.15 188.91 0.69 0.5
Hex 29 BE D8 51 C 0 F BD 45 32
Octal 51 276 330 121 14 0 17 275 105 62
Binary 101001 10111110 11011000 1010001 1100 0 1111 10111101 1000101 110010

Color Harmonies of #29BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BED8

Black with #29BED8

Text Example


Text Example

White with #29BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,190,216); }

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

background-color css

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

 a { background-color: rgb(41,190,216); }

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

border-color css

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

 span { border-color: rgb(41,190,216); }

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