Html Css Color HEX #29BCF1 Summer Sky

📋 copy color: '#29BCF1'

red 41 ◦ green 188 ◦ blue 241

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

Shades of Summer Sky #29BCF1

Tints of Summer Sky #29BCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.28%

R = 8.72%
G = 40%
B = 51.28%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29BCF1 (or 0x29BCF1) is known color: Summer Sky. HEX triplet: 29, BC and F1. RGB value is (41,188,241). Sum of RGB (Red+Green+Blue) = 41+188+241=470 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.72% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #29BCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BCF1 is #D6430E. Grayscale: #959595. Windows color (decimal): -14041871 or 15842345. OLE color: 15842345.

HSL color Cylindrical-coordinate representation of color #29BCF1: hue angle of 195.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29BCF1 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 188 241 -
CMYK 0.83 0.22 0 0.05
HSL 195.9º 0.88% 0.55% -
HSV(B) 195.9º 0.83% 0.95% -
XYZ 34.77 42.79 89.65 -
YUV 150.09 179.3 50.19 -
System Red Green Blue C M Y K H S L
Decimal 41 188 241 0.83 0.22 0 0.05 195.9 0.88 0.55
Hex 29 BC F1 53 16 0 5 C4 58 37
Octal 51 274 361 123 26 0 5 304 130 67
Binary 101001 10111100 11110001 1010011 10110 0 101 11000100 1011000 110111

Color Harmonies of #29BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCF1

Black with #29BCF1

Text Example


Text Example

White with #29BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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