#29D0FD

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

Shades of Deep Sky Blue #29D0FD

Tints of Deep Sky Blue #29D0FD

Color information

#29D0FD (or 0x29D0FD) is unknown color: approx Deep Sky Blue. HEX triplet: 29, D0 and FD. RGB value is (41,208,253). Sum of RGB (Red+Green+Blue) = 41+208+253=502 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.17% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #29D0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29D0FD is #D62F02. Grayscale: #A2A2A2. Windows color (decimal): -14036739 or 16633897. OLE color: 16633897.

HSL color Cylindrical-coordinate representation of color #29D0FD: hue angle of 192.74º 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 #29D0FD is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB41208253-
CMYK0.840.1800.01
HSL192.74º98.15%57.65%-
HSV(B)192.74º83.79%99.22%-
XYZ41.252.68100.92-
YUV163.2178.6740.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.17%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 253 (99.22% from 255) = 50.40%
R=8.17%
G=41.43%
B=50.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal412082530.840.1800.01192.7498.1557.65
Hex29D0FD541201c1623a
Octal51320375124220130114272
Binary101001110100001111110110101001001001110000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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