Html Css Color HEX #1DD8FD Deep Sky Blue

📋 copy color: '#1DD8FD'

red 29 ◦ green 216 ◦ blue 253

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

Shades of Deep Sky Blue #1DD8FD

Tints of Deep Sky Blue #1DD8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

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

R = 5.82%
G = 43.37%
B = 50.8%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DD8FD (or 0x1DD8FD) is known color: Deep Sky Blue. HEX triplet: 1D, D8 and FD. RGB value is (29,216,253). Sum of RGB (Red+Green+Blue) = 29+216+253=498 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.82% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DD8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD8FD is #E22702. Grayscale: #A3A3A3. Windows color (decimal): -14821123 or 16635933. OLE color: 16635933.

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

Color convert

RGB 29 216 253 -
CMYK 0.89 0.15 0 0.01
HSL 189.91º 0.98% 0.55% -
HSV(B) 189.91º 0.89% 0.99% -
XYZ 42.79 56.46 101.57 -
YUV 164.31 178.05 31.49 -
System Red Green Blue C M Y K H S L
Decimal 29 216 253 0.89 0.15 0 0.01 189.91 0.98 0.55
Hex 1D D8 FD 59 F 0 1 BE 62 37
Octal 35 330 375 131 17 0 1 276 142 67
Binary 11101 11011000 11111101 1011001 1111 0 1 10111110 1100010 110111

Color Harmonies of #1DD8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD8FD

Black with #1DD8FD

Text Example


Text Example

White with #1DD8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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