Html Css Color HEX #1DDAFD Deep Sky Blue

📋 copy color: '#1DDAFD'

red 29 ◦ green 218 ◦ blue 253

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

Shades of Deep Sky Blue #1DDAFD

Tints of Deep Sky Blue #1DDAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

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

R = 5.8%
G = 43.6%
B = 50.6%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DDAFD (or 0x1DDAFD) is known color: Deep Sky Blue. HEX triplet: 1D, DA and FD. RGB value is (29,218,253). Sum of RGB (Red+Green+Blue) = 29+218+253=500 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DDAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDAFD is #E22502. Grayscale: #A5A5A5. Windows color (decimal): -14820611 or 16636445. OLE color: 16636445.

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

Color convert

RGB 29 218 253 -
CMYK 0.89 0.14 0 0.01
HSL 189.38º 0.98% 0.55% -
HSV(B) 189.38º 0.89% 0.99% -
XYZ 43.31 57.5 101.74 -
YUV 165.48 177.38 30.65 -
System Red Green Blue C M Y K H S L
Decimal 29 218 253 0.89 0.14 0 0.01 189.38 0.98 0.55
Hex 1D DA FD 59 E 0 1 BD 62 37
Octal 35 332 375 131 16 0 1 275 142 67
Binary 11101 11011010 11111101 1011001 1110 0 1 10111101 1100010 110111

Color Harmonies of #1DDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDAFD

Black with #1DDAFD

Text Example


Text Example

White with #1DDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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