Html Css Color HEX #29BEDD Summer Sky

📋 copy color: '#29BEDD'

red 41 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #29BEDD

Tints of Summer Sky #29BEDD

RGB

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

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

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

R = 9.07%
G = 42.04%
B = 48.89%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29BEDD (or 0x29BEDD) is known color: Summer Sky. HEX triplet: 29, BE and DD. RGB value is (41,190,221). Sum of RGB (Red+Green+Blue) = 41+190+221=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #29BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BEDD is #D64122. Grayscale: #949494. Windows color (decimal): -14041379 or 14532137. OLE color: 14532137.

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

Color convert

RGB 41 190 221 -
CMYK 0.81 0.14 0 0.13
HSL 190.33º 0.73% 0.51% -
HSV(B) 190.33º 0.81% 0.87% -
XYZ 32.38 42.52 74.91 -
YUV 148.98 168.64 50.98 -
System Red Green Blue C M Y K H S L
Decimal 41 190 221 0.81 0.14 0 0.13 190.33 0.73 0.51
Hex 29 BE DD 51 E 0 D BE 49 33
Octal 51 276 335 121 16 0 15 276 111 63
Binary 101001 10111110 11011101 1010001 1110 0 1101 10111110 1001001 110011

Color Harmonies of #29BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BEDD

Black with #29BEDD

Text Example


Text Example

White with #29BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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