#29ADCB

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

Shades of Summer Sky #29ADCB

Tints of Summer Sky #29ADCB

Color information

#29ADCB (or 0x29ADCB) is unknown color: approx Summer Sky. HEX triplet: 29, AD and CB. RGB value is (41,173,203). Sum of RGB (Red+Green+Blue) = 41+173+203=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #29ADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADCB is #D65234. Grayscale: #888888. Windows color (decimal): -14045749 or 13348137. OLE color: 13348137.

HSL color Cylindrical-coordinate representation of color #29ADCB: hue angle of 191.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29ADCB is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB41173203-
CMYK0.800.1500.20
HSL191.11º66.39%47.84%-
HSV(B)191.11º79.8%79.61%-
XYZ26.6434.6761.79-
YUV136.95165.2759.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.83%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 203 (79.69% from 255) = 48.68%
R=9.83%
G=41.49%
B=48.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal411732030.800.1500.20191.1166.3947.84
Hex29ADCB50F014bf4230
Octal512553131201702427710260
Binary101001101011011100101110100001111010100101111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,173,203); }

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

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

 a { background-color: rgb(41,173,203); }

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

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

 span { border-color: rgb(41,173,203); }

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