#29C0FD

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

Shades of Summer Sky #29C0FD

Tints of Summer Sky #29C0FD

Color information

#29C0FD (or 0x29C0FD) is unknown color: approx Summer Sky. HEX triplet: 29, C0 and FD. RGB value is (41,192,253). Sum of RGB (Red+Green+Blue) = 41+192+253=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #29C0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C0FD is #D63F02. Grayscale: #999999. Windows color (decimal): -14040835 or 16629801. OLE color: 16629801.

HSL color Cylindrical-coordinate representation of color #29C0FD: hue angle of 197.26º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C0FD is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB41192253-
CMYK0.840.2400.01
HSL197.26º98.15%57.65%-
HSV(B)197.26º83.79%99.22%-
XYZ37.4945.2699.69-
YUV153.8183.9747.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.44%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 253 (99.22% from 255) = 52.06%
R=8.44%
G=39.51%
B=52.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal411922530.840.2400.01197.2698.1557.65
Hex29C0FD541801c5623a
Octal51300375124300130514272
Binary101001110000001111110110101001100001110001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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