Html Css Color HEX #29BACF Summer Sky

📋 copy color: '#29BACF'

red 41 ◦ green 186 ◦ blue 207

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

Shades of Summer Sky #29BACF

Tints of Summer Sky #29BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 9.45%
G = 42.86%
B = 47.7%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#29BACF (or 0x29BACF) is known color: Summer Sky. HEX triplet: 29, BA and CF. RGB value is (41,186,207). Sum of RGB (Red+Green+Blue) = 41+186+207=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #29BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BACF is #D64530. Grayscale: #909090. Windows color (decimal): -14042417 or 13613609. OLE color: 13613609.

HSL color Cylindrical-coordinate representation of color #29BACF: hue angle of 187.59º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BACF is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 186 207 -
CMYK 0.80 0.10 0 0.19
HSL 187.59º 0.67% 0.49% -
HSV(B) 187.59º 0.8% 0.81% -
XYZ 29.74 40.09 65.2 -
YUV 145.04 162.96 53.79 -
System Red Green Blue C M Y K H S L
Decimal 41 186 207 0.80 0.10 0 0.19 187.59 0.67 0.49
Hex 29 BA CF 50 A 0 13 BC 43 31
Octal 51 272 317 120 12 0 23 274 103 61
Binary 101001 10111010 11001111 1010000 1010 0 10011 10111100 1000011 110001

Color Harmonies of #29BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BACF

Black with #29BACF

Text Example


Text Example

White with #29BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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