Html Css Color HEX #1DC8EC Deep Sky Blue

📋 copy color: '#1DC8EC'

red 29 ◦ green 200 ◦ blue 236

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

Shades of Deep Sky Blue #1DC8EC

Tints of Deep Sky Blue #1DC8EC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

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

R = 6.24%
G = 43.01%
B = 50.75%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DC8EC (or 0x1DC8EC) is known color: Deep Sky Blue. HEX triplet: 1D, C8 and EC. RGB value is (29,200,236). Sum of RGB (Red+Green+Blue) = 29+200+236=465 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.24% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #1DC8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC8EC is #E23713. Grayscale: #989898. Windows color (decimal): -14825236 or 15517725. OLE color: 15517725.

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

Color convert

RGB 29 200 236 -
CMYK 0.88 0.15 0 0.07
HSL 190.43º 0.84% 0.52% -
HSV(B) 190.43º 0.88% 0.93% -
XYZ 36.3 47.63 86.64 -
YUV 152.98 174.85 39.57 -
System Red Green Blue C M Y K H S L
Decimal 29 200 236 0.88 0.15 0 0.07 190.43 0.84 0.52
Hex 1D C8 EC 58 F 0 7 BE 54 34
Octal 35 310 354 130 17 0 7 276 124 64
Binary 11101 11001000 11101100 1011000 1111 0 111 10111110 1010100 110100

Color Harmonies of #1DC8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC8EC

Black with #1DC8EC

Text Example


Text Example

White with #1DC8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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