#1DC8F0

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

Shades of Deep Sky Blue #1DC8F0

Tints of Deep Sky Blue #1DC8F0

Color information

#1DC8F0 (or 0x1DC8F0) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, C8 and F0. RGB value is (29,200,240). Sum of RGB (Red+Green+Blue) = 29+200+240=469 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.18% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #1DC8F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC8F0 is #E2370F. Grayscale: #999999. Windows color (decimal): -14825232 or 15779869. OLE color: 15779869.

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

Color convert

RGB29200240-
CMYK0.880.1700.06
HSL191.37º87.55%52.75%-
HSV(B)191.37º87.92%94.12%-
XYZ36.8947.8689.73-
YUV153.43176.8539.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.18%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 240 (94.14% from 255) = 51.17%
R=6.18%
G=42.64%
B=51.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal292002400.880.1700.06191.3787.5552.75
Hex1DC8F0581106bf5835
Octal35310360130210627713065
Binary1110111001000111100001011000100010110101111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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