Html Css Color HEX #1DC4FD Deep Sky Blue

📋 copy color: '#1DC4FD'

red 29 ◦ green 196 ◦ blue 253

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

Shades of Deep Sky Blue #1DC4FD

Tints of Deep Sky Blue #1DC4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

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

R = 6.07%
G = 41%
B = 52.93%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DC4FD (or 0x1DC4FD) is known color: Deep Sky Blue. HEX triplet: 1D, C4 and FD. RGB value is (29,196,253). Sum of RGB (Red+Green+Blue) = 29+196+253=478 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.07% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DC4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC4FD is #E23B02. Grayscale: #989898. Windows color (decimal): -14826243 or 16630813. OLE color: 16630813.

HSL color Cylindrical-coordinate representation of color #1DC4FD: hue angle of 195.27º 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 #1DC4FD is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 29 196 253 -
CMYK 0.89 0.23 0 0.01
HSL 195.27º 0.98% 0.55% -
HSV(B) 195.27º 0.89% 0.99% -
XYZ 37.98 46.83 99.97 -
YUV 152.57 184.67 39.87 -
System Red Green Blue C M Y K H S L
Decimal 29 196 253 0.89 0.23 0 0.01 195.27 0.98 0.55
Hex 1D C4 FD 59 17 0 1 C3 62 37
Octal 35 304 375 131 27 0 1 303 142 67
Binary 11101 11000100 11111101 1011001 10111 0 1 11000011 1100010 110111

Color Harmonies of #1DC4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC4FD

Black with #1DC4FD

Text Example


Text Example

White with #1DC4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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