Html Css Color HEX #29BEEB Summer Sky

📋 copy color: '#29BEEB'

red 41 ◦ green 190 ◦ blue 235

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

Shades of Summer Sky #29BEEB

Tints of Summer Sky #29BEEB

RGB

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

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

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

R = 8.8%
G = 40.77%
B = 50.43%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#29BEEB (or 0x29BEEB) is known color: Summer Sky. HEX triplet: 29, BE and EB. RGB value is (41,190,235). Sum of RGB (Red+Green+Blue) = 41+190+235=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #29BEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BEEB is #D64114. Grayscale: #969696. Windows color (decimal): -14041365 or 15449641. OLE color: 15449641.

HSL color Cylindrical-coordinate representation of color #29BEEB: hue angle of 193.92º 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 #29BEEB is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 190 235 -
CMYK 0.83 0.19 0 0.08
HSL 193.92º 0.83% 0.54% -
HSV(B) 193.92º 0.83% 0.92% -
XYZ 34.32 43.3 85.15 -
YUV 150.58 175.64 49.84 -
System Red Green Blue C M Y K H S L
Decimal 41 190 235 0.83 0.19 0 0.08 193.92 0.83 0.54
Hex 29 BE EB 53 13 0 8 C2 53 36
Octal 51 276 353 123 23 0 10 302 123 66
Binary 101001 10111110 11101011 1010011 10011 0 1000 11000010 1010011 110110

Color Harmonies of #29BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BEEB

Black with #29BEEB

Text Example


Text Example

White with #29BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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