Html Css Color HEX #29BFEB Summer Sky

📋 copy color: '#29BFEB'

red 41 ◦ green 191 ◦ blue 235

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

Shades of Summer Sky #29BFEB

Tints of Summer Sky #29BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

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

R = 8.78%
G = 40.9%
B = 50.32%

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

#29BFEB (or 0x29BFEB) is known color: Summer Sky. HEX triplet: 29, BF and EB. RGB value is (41,191,235). Sum of RGB (Red+Green+Blue) = 41+191+235=467 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.78% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #29BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BFEB is #D64014. Grayscale: #969696. Windows color (decimal): -14041109 or 15449897. OLE color: 15449897.

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

Color convert

RGB 41 191 235 -
CMYK 0.83 0.19 0 0.08
HSL 193.61º 0.83% 0.54% -
HSV(B) 193.61º 0.83% 0.92% -
XYZ 34.54 43.73 85.22 -
YUV 151.17 175.31 49.42 -
System Red Green Blue C M Y K H S L
Decimal 41 191 235 0.83 0.19 0 0.08 193.61 0.83 0.54
Hex 29 BF EB 53 13 0 8 C2 53 36
Octal 51 277 353 123 23 0 10 302 123 66
Binary 101001 10111111 11101011 1010011 10011 0 1000 11000010 1010011 110110

Color Harmonies of #29BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BFEB

Black with #29BFEB

Text Example


Text Example

White with #29BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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