Html Css Color HEX #1DC3EE Deep Sky Blue

📋 copy color: '#1DC3EE'

red 29 ◦ green 195 ◦ blue 238

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

Shades of Deep Sky Blue #1DC3EE

Tints of Deep Sky Blue #1DC3EE

RGB

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

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

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

R = 6.28%
G = 42.21%
B = 51.52%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DC3EE (or 0x1DC3EE) is known color: Deep Sky Blue. HEX triplet: 1D, C3 and EE. RGB value is (29,195,238). Sum of RGB (Red+Green+Blue) = 29+195+238=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DC3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC3EE is #E23C11. Grayscale: #959595. Windows color (decimal): -14826514 or 15647517. OLE color: 15647517.

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

Color convert

RGB 29 195 238 -
CMYK 0.88 0.18 0 0.07
HSL 192.34º 0.86% 0.52% -
HSV(B) 192.34º 0.88% 0.93% -
XYZ 35.45 45.46 87.8 -
YUV 150.27 177.5 41.5 -
System Red Green Blue C M Y K H S L
Decimal 29 195 238 0.88 0.18 0 0.07 192.34 0.86 0.52
Hex 1D C3 EE 58 12 0 7 C0 56 34
Octal 35 303 356 130 22 0 7 300 126 64
Binary 11101 11000011 11101110 1011000 10010 0 111 11000000 1010110 110100

Color Harmonies of #1DC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC3EE

Black with #1DC3EE

Text Example


Text Example

White with #1DC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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