Html Css Color HEX #29BDEF Summer Sky

📋 copy color: '#29BDEF'

red 41 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #29BDEF

Tints of Summer Sky #29BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 8.74%
G = 40.3%
B = 50.96%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#29BDEF (or 0x29BDEF) is known color: Summer Sky. HEX triplet: 29, BD and EF. RGB value is (41,189,239). Sum of RGB (Red+Green+Blue) = 41+189+239=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #29BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BDEF is #D64210. Grayscale: #969696. Windows color (decimal): -14041617 or 15711529. OLE color: 15711529.

HSL color Cylindrical-coordinate representation of color #29BDEF: hue angle of 195.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BDEF is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 189 239 -
CMYK 0.83 0.21 0 0.06
HSL 195.15º 0.86% 0.55% -
HSV(B) 195.15º 0.83% 0.94% -
XYZ 34.69 43.1 88.15 -
YUV 150.45 177.97 49.93 -
System Red Green Blue C M Y K H S L
Decimal 41 189 239 0.83 0.21 0 0.06 195.15 0.86 0.55
Hex 29 BD EF 53 15 0 6 C3 56 37
Octal 51 275 357 123 25 0 6 303 126 67
Binary 101001 10111101 11101111 1010011 10101 0 110 11000011 1010110 110111

Color Harmonies of #29BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDEF

Black with #29BDEF

Text Example


Text Example

White with #29BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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