Html Css Color HEX #1DC3EC Deep Sky Blue

📋 copy color: '#1DC3EC'

red 29 ◦ green 195 ◦ blue 236

#1DC3EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #1DC3EC

Tints of Deep Sky Blue #1DC3EC

RGB

 RED value IS 29 (11.72% from 255) = 6.3%

 GREEN value IS 195 (76.56% from 255) = 42.39%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 6.3%
G = 42.39%
B = 51.3%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DC3EC (or 0x1DC3EC) is known color: Deep Sky Blue. HEX triplet: 1D, C3 and EC. RGB value is (29,195,236). Sum of RGB (Red+Green+Blue) = 29+195+236=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DC3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC3EC is #E23C13. Grayscale: #959595. Windows color (decimal): -14826516 or 15516445. OLE color: 15516445.

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

Color convert

RGB 29 195 236 -
CMYK 0.88 0.17 0 0.07
HSL 191.88º 0.84% 0.52% -
HSV(B) 191.88º 0.88% 0.93% -
XYZ 35.16 45.35 86.26 -
YUV 150.04 176.5 41.67 -
System Red Green Blue C M Y K H S L
Decimal 29 195 236 0.88 0.17 0 0.07 191.88 0.84 0.52
Hex 1D C3 EC 58 11 0 7 C0 54 34
Octal 35 303 354 130 21 0 7 300 124 64
Binary 11101 11000011 11101100 1011000 10001 0 111 11000000 1010100 110100

Color Harmonies of #1DC3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC3EC

Black with #1DC3EC

Text Example


Text Example

White with #1DC3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,195,236); }

 H1.HeaderClassName
 {
   color: #1DC3EC;
 }
 .AnyTagClassName
 {
   color: #1DC3EC;
 }
</style>

background-color css

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

 a { background-color: rgb(29,195,236); }

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

border-color css

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

 span { border-color: rgb(29,195,236); }

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