Html Css Color HEX #29BCED Summer Sky

📋 copy color: '#29BCED'

red 41 ◦ green 188 ◦ blue 237

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

Shades of Summer Sky #29BCED

Tints of Summer Sky #29BCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 8.8%
G = 40.34%
B = 50.86%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29BCED (or 0x29BCED) is known color: Summer Sky. HEX triplet: 29, BC and ED. RGB value is (41,188,237). Sum of RGB (Red+Green+Blue) = 41+188+237=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #29BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BCED is #D64312. Grayscale: #959595. Windows color (decimal): -14041875 or 15580201. OLE color: 15580201.

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

Color convert

RGB 41 188 237 -
CMYK 0.83 0.21 0 0.07
HSL 195º 0.84% 0.55% -
HSV(B) 195º 0.83% 0.93% -
XYZ 34.18 42.55 86.53 -
YUV 149.63 177.3 50.52 -
System Red Green Blue C M Y K H S L
Decimal 41 188 237 0.83 0.21 0 0.07 195 0.84 0.55
Hex 29 BC ED 53 15 0 7 C3 54 37
Octal 51 274 355 123 25 0 7 303 124 67
Binary 101001 10111100 11101101 1010011 10101 0 111 11000011 1010100 110111

Color Harmonies of #29BCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCED

Black with #29BCED

Text Example


Text Example

White with #29BCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,188,237); }

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

background-color css

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

 a { background-color: rgb(41,188,237); }

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

border-color css

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

 span { border-color: rgb(41,188,237); }

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