#1DC8FC

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

Shades of Deep Sky Blue #1DC8FC

Tints of Deep Sky Blue #1DC8FC

Color information

#1DC8FC (or 0x1DC8FC) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, C8 and FC. RGB value is (29,200,252). Sum of RGB (Red+Green+Blue) = 29+200+252=481 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.03% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DC8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC8FC is #E23703. Grayscale: #9A9A9A. Windows color (decimal): -14825220 or 16566301. OLE color: 16566301.

HSL color Cylindrical-coordinate representation of color #1DC8FC: hue angle of 193.99º 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 #1DC8FC is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB29200252-
CMYK0.880.2100.01
HSL193.99º97.38%55.1%-
HSV(B)193.99º88.49%98.82%-
XYZ38.7348.699.43-
YUV154.8182.8538.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.03%
GREEN value IS 200 (78.52% from 255) = 41.58%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=6.03%
G=41.58%
B=52.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal292002520.880.2100.01193.9997.3855.1
Hex1DC8FC581501c26137
Octal35310374130250130214167
Binary11101110010001111110010110001010101110000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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