Html Css Color HEX #1DDCFE Deep Sky Blue

📋 copy color: '#1DDCFE'

red 29 ◦ green 220 ◦ blue 254

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

Shades of Deep Sky Blue #1DDCFE

Tints of Deep Sky Blue #1DDCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 5.77%
G = 43.74%
B = 50.5%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1DDCFE (or 0x1DDCFE) is known color: Deep Sky Blue. HEX triplet: 1D, DC and FE. RGB value is (29,220,254). Sum of RGB (Red+Green+Blue) = 29+220+254=503 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.77% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DDCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDCFE is #E22301. Grayscale: #A6A6A6. Windows color (decimal): -14820098 or 16702493. OLE color: 16702493.

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

Color convert

RGB 29 220 254 -
CMYK 0.89 0.13 0 0.00
HSL 189.07º 0.99% 0.55% -
HSV(B) 189.07º 0.89% 1% -
XYZ 43.99 58.6 102.76 -
YUV 166.77 177.22 29.74 -
System Red Green Blue C M Y K H S L
Decimal 29 220 254 0.89 0.13 0 0.00 189.07 0.99 0.55
Hex 1D DC FE 59 D 0 0 BD 63 37
Octal 35 334 376 131 15 0 0 275 143 67
Binary 11101 11011100 11111110 1011001 1101 0 0 10111101 1100011 110111

Color Harmonies of #1DDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDCFE

Black with #1DDCFE

Text Example


Text Example

White with #1DDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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