#29CDFE

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

Shades of Deep Sky Blue #29CDFE

Tints of Deep Sky Blue #29CDFE

Color information

#29CDFE (or 0x29CDFE) is unknown color: approx Deep Sky Blue. HEX triplet: 29, CD and FE. RGB value is (41,205,254). Sum of RGB (Red+Green+Blue) = 41+205+254=500 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #29CDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CDFE is #D63201. Grayscale: #A1A1A1. Windows color (decimal): -14037506 or 16698665. OLE color: 16698665.

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

Color convert

RGB41205254-
CMYK0.840.1900.00
HSL193.8º99.07%57.84%-
HSV(B)193.8º83.86%99.61%-
XYZ40.6451.29101.52-
YUV161.55180.1742.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=8.2%
G=41%
B=50.8%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal412052540.840.1900.00193.899.0757.84
Hex29CDFE541300c2633a
Octal51315376124230030214372
Binary101001110011011111111010101001001100110000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,205,254); }

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

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

 a { background-color: rgb(41,205,254); }

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

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

 span { border-color: rgb(41,205,254); }

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