Html Css Color HEX #1DDCFD Deep Sky Blue

📋 copy color: '#1DDCFD'

red 29 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #1DDCFD

Tints of Deep Sky Blue #1DDCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 5.78%
G = 43.82%
B = 50.4%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DDCFD (or 0x1DDCFD) is known color: Deep Sky Blue. HEX triplet: 1D, DC and FD. RGB value is (29,220,253). Sum of RGB (Red+Green+Blue) = 29+220+253=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DDCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDCFD is #E22302. Grayscale: #A6A6A6. Windows color (decimal): -14820099 or 16636957. OLE color: 16636957.

HSL color Cylindrical-coordinate representation of color #1DDCFD: hue angle of 188.84º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DDCFD is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 220 253 -
CMYK 0.89 0.13 0 0.01
HSL 188.84º 0.98% 0.55% -
HSV(B) 188.84º 0.89% 0.99% -
XYZ 43.83 58.54 101.92 -
YUV 166.65 176.72 29.82 -
System Red Green Blue C M Y K H S L
Decimal 29 220 253 0.89 0.13 0 0.01 188.84 0.98 0.55
Hex 1D DC FD 59 D 0 1 BD 62 37
Octal 35 334 375 131 15 0 1 275 142 67
Binary 11101 11011100 11111101 1011001 1101 0 1 10111101 1100010 110111

Color Harmonies of #1DDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDCFD

Black with #1DDCFD

Text Example


Text Example

White with #1DDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,220,253); }

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

background-color css

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

 a { background-color: rgb(29,220,253); }

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

border-color css

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

 span { border-color: rgb(29,220,253); }

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