#29CCFE

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

Shades of Deep Sky Blue #29CCFE

Tints of Deep Sky Blue #29CCFE

Color information

#29CCFE (or 0x29CCFE) is unknown color: approx Deep Sky Blue. HEX triplet: 29, CC and FE. RGB value is (41,204,254). Sum of RGB (Red+Green+Blue) = 41+204+254=499 (66% of max value = 765). Red value is 41 (16.41% from 255 or 8.22% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #29CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CCFE is #D63301. Grayscale: #A0A0A0. Windows color (decimal): -14037762 or 16698409. OLE color: 16698409.

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

Color convert

RGB41204254-
CMYK0.840.2000.00
HSL194.08º99.07%57.84%-
HSV(B)194.08º83.86%99.61%-
XYZ40.450.81101.44-
YUV160.96180.542.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.22%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=8.22%
G=40.88%
B=50.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal412042540.840.2000.00194.0899.0757.84
Hex29CCFE541400c2633a
Octal51314376124240030214372
Binary101001110011001111111010101001010000110000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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