Html Css Color HEX #1DC1EE Deep Sky Blue

📋 copy color: '#1DC1EE'

red 29 ◦ green 193 ◦ blue 238

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

Shades of Deep Sky Blue #1DC1EE

Tints of Deep Sky Blue #1DC1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 6.3%
G = 41.96%
B = 51.74%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DC1EE (or 0x1DC1EE) is known color: Deep Sky Blue. HEX triplet: 1D, C1 and EE. RGB value is (29,193,238). Sum of RGB (Red+Green+Blue) = 29+193+238=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DC1EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC1EE is #E23E11. Grayscale: #949494. Windows color (decimal): -14827026 or 15647005. OLE color: 15647005.

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

Color convert

RGB 29 193 238 -
CMYK 0.88 0.19 0 0.07
HSL 192.92º 0.86% 0.52% -
HSV(B) 192.92º 0.88% 0.93% -
XYZ 35.01 44.57 87.65 -
YUV 149.09 178.17 42.34 -
System Red Green Blue C M Y K H S L
Decimal 29 193 238 0.88 0.19 0 0.07 192.92 0.86 0.52
Hex 1D C1 EE 58 13 0 7 C1 56 34
Octal 35 301 356 130 23 0 7 301 126 64
Binary 11101 11000001 11101110 1011000 10011 0 111 11000001 1010110 110100

Color Harmonies of #1DC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC1EE

Black with #1DC1EE

Text Example


Text Example

White with #1DC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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