Html Css Color HEX #29BDEC Summer Sky

📋 copy color: '#29BDEC'

red 41 ◦ green 189 ◦ blue 236

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

Shades of Summer Sky #29BDEC

Tints of Summer Sky #29BDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 8.8%
G = 40.56%
B = 50.64%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29BDEC (or 0x29BDEC) is known color: Summer Sky. HEX triplet: 29, BD and EC. RGB value is (41,189,236). Sum of RGB (Red+Green+Blue) = 41+189+236=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #29BDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BDEC is #D64213. Grayscale: #959595. Windows color (decimal): -14041620 or 15514921. OLE color: 15514921.

HSL color Cylindrical-coordinate representation of color #29BDEC: hue angle of 194.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BDEC is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 189 236 -
CMYK 0.83 0.20 0 0.07
HSL 194.46º 0.84% 0.54% -
HSV(B) 194.46º 0.83% 0.93% -
XYZ 34.25 42.92 85.84 -
YUV 150.11 176.47 50.18 -
System Red Green Blue C M Y K H S L
Decimal 41 189 236 0.83 0.20 0 0.07 194.46 0.84 0.54
Hex 29 BD EC 53 14 0 7 C2 54 36
Octal 51 275 354 123 24 0 7 302 124 66
Binary 101001 10111101 11101100 1010011 10100 0 111 11000010 1010100 110110

Color Harmonies of #29BDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDEC

Black with #29BDEC

Text Example


Text Example

White with #29BDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,189,236); }

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

background-color css

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

 a { background-color: rgb(41,189,236); }

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

border-color css

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

 span { border-color: rgb(41,189,236); }

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