Html Css Color HEX #1DC0EF Deep Sky Blue

📋 copy color: '#1DC0EF'

red 29 ◦ green 192 ◦ blue 239

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

Shades of Deep Sky Blue #1DC0EF

Tints of Deep Sky Blue #1DC0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 6.3%
G = 41.74%
B = 51.96%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DC0EF (or 0x1DC0EF) is known color: Deep Sky Blue. HEX triplet: 1D, C0 and EF. RGB value is (29,192,239). Sum of RGB (Red+Green+Blue) = 29+192+239=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DC0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC0EF is #E23F10. Grayscale: #949494. Windows color (decimal): -14827281 or 15712285. OLE color: 15712285.

HSL color Cylindrical-coordinate representation of color #1DC0EF: hue angle of 193.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DC0EF is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 192 239 -
CMYK 0.88 0.20 0 0.06
HSL 193.43º 0.87% 0.53% -
HSV(B) 193.43º 0.88% 0.94% -
XYZ 34.94 44.19 88.35 -
YUV 148.62 179 42.68 -
System Red Green Blue C M Y K H S L
Decimal 29 192 239 0.88 0.20 0 0.06 193.43 0.87 0.53
Hex 1D C0 EF 58 14 0 6 C1 57 35
Octal 35 300 357 130 24 0 6 301 127 65
Binary 11101 11000000 11101111 1011000 10100 0 110 11000001 1010111 110101

Color Harmonies of #1DC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC0EF

Black with #1DC0EF

Text Example


Text Example

White with #1DC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,239); }

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

background-color css

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

 a { background-color: rgb(29,192,239); }

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

border-color css

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

 span { border-color: rgb(29,192,239); }

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