#1DCCEE

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

Shades of Deep Sky Blue #1DCCEE

Tints of Deep Sky Blue #1DCCEE

Color information

#1DCCEE (or 0x1DCCEE) is unknown color: approx Deep Sky Blue. HEX triplet: 1D, CC and EE. RGB value is (29,204,238). Sum of RGB (Red+Green+Blue) = 29+204+238=471 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.16% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DCCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCCEE is #E23311. Grayscale: #9B9B9B. Windows color (decimal): -14824210 or 15649821. OLE color: 15649821.

HSL color Cylindrical-coordinate representation of color #1DCCEE: hue angle of 189.76º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCCEE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB29204238-
CMYK0.880.1400.07
HSL189.76º86.01%52.35%-
HSV(B)189.76º87.82%93.33%-
XYZ37.5349.6288.49-
YUV155.55174.5237.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.16%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 238 (93.36% from 255) = 50.53%
R=6.16%
G=43.31%
B=50.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal292042380.880.1400.07189.7686.0152.35
Hex1DCCEE58E07be5634
Octal35314356130160727612664
Binary111011100110011101110101100011100111101111101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,204,238); }

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

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

 a { background-color: rgb(29,204,238); }

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

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

 span { border-color: rgb(29,204,238); }

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