#1DC9F0

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

Shades of Deep Sky Blue #1DC9F0

Tints of Deep Sky Blue #1DC9F0

Color information

#1DC9F0 (or 0x1DC9F0) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, C9 and F0. RGB value is (29,201,240). Sum of RGB (Red+Green+Blue) = 29+201+240=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DC9F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC9F0 is #E2360F. Grayscale: #999999. Windows color (decimal): -14824976 or 15780125. OLE color: 15780125.

HSL color Cylindrical-coordinate representation of color #1DC9F0: hue angle of 191.09º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC9F0 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB29201240-
CMYK0.880.1600.06
HSL191.09º87.55%52.75%-
HSV(B)191.09º87.92%94.12%-
XYZ37.1248.3389.81-
YUV154.02176.5238.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.17%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 240 (94.14% from 255) = 51.06%
R=6.17%
G=42.77%
B=51.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292012400.880.1600.06191.0987.5552.75
Hex1DC9F0581006bf5835
Octal35311360130200627713065
Binary1110111001001111100001011000100000110101111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DC9F0; }

 p { color: rgb(29,201,240); }

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

<style>
 a { background-color: #1DC9F0; }

 a { background-color: rgb(29,201,240); }

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

<style>
 span { border-color: #1DC9F0; }

 span { border-color: rgb(29,201,240); }

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