#1DC1FC

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

Shades of Deep Sky Blue #1DC1FC

Tints of Deep Sky Blue #1DC1FC

Color information

#1DC1FC (or 0x1DC1FC) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, C1 and FC. RGB value is (29,193,252). Sum of RGB (Red+Green+Blue) = 29+193+252=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DC1FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC1FC is #E23E03. Grayscale: #969696. Windows color (decimal): -14827012 or 16564509. OLE color: 16564509.

HSL color Cylindrical-coordinate representation of color #1DC1FC: hue angle of 195.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC1FC is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB29193252-
CMYK0.880.2300.01
HSL195.87º97.38%55.1%-
HSV(B)195.87º88.49%98.82%-
XYZ37.1545.4398.91-
YUV150.69185.1741.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.12%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 252 (98.83% from 255) = 53.16%
R=6.12%
G=40.72%
B=53.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal291932520.880.2300.01195.8797.3855.1
Hex1DC1FC581701c46137
Octal35301374130270130414167
Binary11101110000011111110010110001011101110001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,193,252); }

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

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

 a { background-color: rgb(29,193,252); }

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

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

 span { border-color: rgb(29,193,252); }

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