#29CEFE

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

Shades of Deep Sky Blue #29CEFE

Tints of Deep Sky Blue #29CEFE

Color information

#29CEFE (or 0x29CEFE) is unknown color: approx Deep Sky Blue. HEX triplet: 29, CE and FE. RGB value is (41,206,254). Sum of RGB (Red+Green+Blue) = 41+206+254=501 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.18% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #29CEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CEFE is #D63101. Grayscale: #A1A1A1. Windows color (decimal): -14037250 or 16698921. OLE color: 16698921.

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

Color convert

RGB41206254-
CMYK0.840.1900.00
HSL193.52º99.07%57.84%-
HSV(B)193.52º83.86%99.61%-
XYZ40.8851.77101.6-
YUV162.14179.8441.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.18%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=8.18%
G=41.12%
B=50.70%

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
Decimal412062540.840.1900.00193.5299.0757.84
Hex29CEFE541300c2633a
Octal51316376124230030214372
Binary101001110011101111111010101001001100110000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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