Html Css Color HEX #1DC7EC Deep Sky Blue

📋 copy color: '#1DC7EC'

red 29 ◦ green 199 ◦ blue 236

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

Shades of Deep Sky Blue #1DC7EC

Tints of Deep Sky Blue #1DC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

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

R = 6.25%
G = 42.89%
B = 50.86%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DC7EC (or 0x1DC7EC) is known color: Deep Sky Blue. HEX triplet: 1D, C7 and EC. RGB value is (29,199,236). Sum of RGB (Red+Green+Blue) = 29+199+236=464 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.25% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DC7EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC7EC is #E23813. Grayscale: #989898. Windows color (decimal): -14825492 or 15517469. OLE color: 15517469.

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

Color convert

RGB 29 199 236 -
CMYK 0.88 0.16 0 0.07
HSL 190.72º 0.84% 0.52% -
HSV(B) 190.72º 0.88% 0.93% -
XYZ 36.07 47.16 86.56 -
YUV 152.39 175.18 39.99 -
System Red Green Blue C M Y K H S L
Decimal 29 199 236 0.88 0.16 0 0.07 190.72 0.84 0.52
Hex 1D C7 EC 58 10 0 7 BF 54 34
Octal 35 307 354 130 20 0 7 277 124 64
Binary 11101 11000111 11101100 1011000 10000 0 111 10111111 1010100 110100

Color Harmonies of #1DC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC7EC

Black with #1DC7EC

Text Example


Text Example

White with #1DC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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