#29C0CE

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

Shades of Summer Sky #29C0CE

Tints of Summer Sky #29C0CE

Color information

#29C0CE (or 0x29C0CE) is unknown color: approx Summer Sky. HEX triplet: 29, C0 and CE. RGB value is (41,192,206). Sum of RGB (Red+Green+Blue) = 41+192+206=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #29C0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C0CE is #D63F31. Grayscale: #949494. Windows color (decimal): -14040882 or 13549609. OLE color: 13549609.

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

Color convert

RGB41192206-
CMYK0.800.0700.19
HSL185.09º66.8%48.43%-
HSV(B)185.09º80.1%80.78%-
XYZ30.942.6364.99-
YUV148.45160.4751.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.34%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 206 (80.86% from 255) = 46.92%
R=9.34%
G=43.74%
B=46.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal411922060.800.0700.19185.0966.848.43
Hex29C0CE507013b94330
Octal51300316120702327110360
Binary10100111000000110011101010000111010011101110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,192,206); }

 H1.HeaderClassName
 {
   color: #29C0CE;
 }
 .AnyTagClassName
 {
   color: #29C0CE;
 }
</style>
background-color css

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

 a { background-color: rgb(41,192,206); }

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

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

 span { border-color: rgb(41,192,206); }

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