Html Css Color HEX #1DD4FD Deep Sky Blue

📋 copy color: '#1DD4FD'

red 29 ◦ green 212 ◦ blue 253

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

Shades of Deep Sky Blue #1DD4FD

Tints of Deep Sky Blue #1DD4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.91%

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

R = 5.87%
G = 42.91%
B = 51.21%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DD4FD (or 0x1DD4FD) is known color: Deep Sky Blue. HEX triplet: 1D, D4 and FD. RGB value is (29,212,253). Sum of RGB (Red+Green+Blue) = 29+212+253=494 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.87% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DD4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD4FD is #E22B02. Grayscale: #A1A1A1. Windows color (decimal): -14822147 or 16634909. OLE color: 16634909.

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

Color convert

RGB 29 212 253 -
CMYK 0.89 0.16 0 0.01
HSL 190.98º 0.98% 0.55% -
HSV(B) 190.98º 0.89% 0.99% -
XYZ 41.78 54.44 101.23 -
YUV 161.96 179.37 33.17 -
System Red Green Blue C M Y K H S L
Decimal 29 212 253 0.89 0.16 0 0.01 190.98 0.98 0.55
Hex 1D D4 FD 59 10 0 1 BF 62 37
Octal 35 324 375 131 20 0 1 277 142 67
Binary 11101 11010100 11111101 1011001 10000 0 1 10111111 1100010 110111

Color Harmonies of #1DD4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD4FD

Black with #1DD4FD

Text Example


Text Example

White with #1DD4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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