Html Css Color HEX #29BCEB Summer Sky

📋 copy color: '#29BCEB'

red 41 ◦ green 188 ◦ blue 235

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

Shades of Summer Sky #29BCEB

Tints of Summer Sky #29BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 8.84%
G = 40.52%
B = 50.65%

CMYK

 C value IS 0.83

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29BCEB (or 0x29BCEB) is known color: Summer Sky. HEX triplet: 29, BC and EB. RGB value is (41,188,235). Sum of RGB (Red+Green+Blue) = 41+188+235=464 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.84% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #29BCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BCEB is #D64314. Grayscale: #959595. Windows color (decimal): -14041877 or 15449129. OLE color: 15449129.

HSL color Cylindrical-coordinate representation of color #29BCEB: hue angle of 194.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BCEB is Cyan = 0.83, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 188 235 -
CMYK 0.83 0.2 0 0.08
HSL 194.54º 0.83% 0.54% -
HSV(B) 194.54º 0.83% 0.92% -
XYZ 33.89 42.44 85 -
YUV 149.41 176.3 50.68 -
System Red Green Blue C M Y K H S L
Decimal 41 188 235 0.83 0.2 0 0.08 194.54 0.83 0.54
Hex 29 BC EB 53 14 0 8 C3 53 36
Octal 51 274 353 123 24 0 10 303 123 66
Binary 101001 10111100 11101011 1010011 10100 0 1000 11000011 1010011 110110

Color Harmonies of #29BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCEB

Black with #29BCEB

Text Example


Text Example

White with #29BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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