Html Css Color HEX #1DCDF1 Deep Sky Blue

📋 copy color: '#1DCDF1'

red 29 ◦ green 205 ◦ blue 241

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

Shades of Deep Sky Blue #1DCDF1

Tints of Deep Sky Blue #1DCDF1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.16%

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 6.11%
G = 43.16%
B = 50.74%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1DCDF1 (or 0x1DCDF1) is known color: Deep Sky Blue. HEX triplet: 1D, CD and F1. RGB value is (29,205,241). Sum of RGB (Red+Green+Blue) = 29+205+241=475 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.11% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DCDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCDF1 is #E2320E. Grayscale: #9C9C9C. Windows color (decimal): -14823951 or 15846685. OLE color: 15846685.

HSL color Cylindrical-coordinate representation of color #1DCDF1: hue angle of 190.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCDF1 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 205 241 -
CMYK 0.88 0.15 0 0.05
HSL 190.19º 0.88% 0.53% -
HSV(B) 190.19º 0.88% 0.95% -
XYZ 38.22 50.27 90.91 -
YUV 156.48 175.69 37.07 -
System Red Green Blue C M Y K H S L
Decimal 29 205 241 0.88 0.15 0 0.05 190.19 0.88 0.53
Hex 1D CD F1 58 F 0 5 BE 58 35
Octal 35 315 361 130 17 0 5 276 130 65
Binary 11101 11001101 11110001 1011000 1111 0 101 10111110 1011000 110101

Color Harmonies of #1DCDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDF1

Black with #1DCDF1

Text Example


Text Example

White with #1DCDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,205,241); }

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

background-color css

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

 a { background-color: rgb(29,205,241); }

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

border-color css

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

 span { border-color: rgb(29,205,241); }

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