Html Css Color HEX #29BAF1 Summer Sky

📋 copy color: '#29BAF1'

red 41 ◦ green 186 ◦ blue 241

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

Shades of Summer Sky #29BAF1

Tints of Summer Sky #29BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

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

R = 8.76%
G = 39.74%
B = 51.5%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29BAF1 (or 0x29BAF1) is known color: Summer Sky. HEX triplet: 29, BA and F1. RGB value is (41,186,241). Sum of RGB (Red+Green+Blue) = 41+186+241=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #29BAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29BAF1 is #D6450E. Grayscale: #949494. Windows color (decimal): -14042383 or 15841833. OLE color: 15841833.

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

Color convert

RGB 41 186 241 -
CMYK 0.83 0.23 0 0.05
HSL 196.5º 0.88% 0.55% -
HSV(B) 196.5º 0.83% 0.95% -
XYZ 34.35 41.94 89.5 -
YUV 148.92 179.96 51.03 -
System Red Green Blue C M Y K H S L
Decimal 41 186 241 0.83 0.23 0 0.05 196.5 0.88 0.55
Hex 29 BA F1 53 17 0 5 C4 58 37
Octal 51 272 361 123 27 0 5 304 130 67
Binary 101001 10111010 11110001 1010011 10111 0 101 11000100 1011000 110111

Color Harmonies of #29BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BAF1

Black with #29BAF1

Text Example


Text Example

White with #29BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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