#29BACF

Color #29BACF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #29BACF

Tints of Summer Sky #29BACF

Color information

#29BACF (or 0x29BACF) is unknown color: approx 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

RGB41186207-
CMYK0.800.1000.19
HSL187.59º66.94%48.63%-
HSV(B)187.59º80.19%81.18%-
XYZ29.7440.0965.2-
YUV145.04162.9653.79-

RGB Variations

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

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.70%
R=9.45%
G=42.86%
B=47.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal411862070.800.1000.19187.5966.9448.63
Hex29BACF50A013bc4331
Octal512723171201202327410361
Binary101001101110101100111110100001010010011101111001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>