Html Css Color HEX #1DDCFF Deep Sky Blue

📋 copy color: '#1DDCFF'

red 29 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #1DDCFF

Tints of Deep Sky Blue #1DDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 5.75%
G = 43.65%
B = 50.6%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1DDCFF (or 0x1DDCFF) is known color: Deep Sky Blue. HEX triplet: 1D, DC and FF. RGB value is (29,220,255). Sum of RGB (Red+Green+Blue) = 29+220+255=504 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.75% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDCFF is #E22300. Grayscale: #A6A6A6. Windows color (decimal): -14820097 or 16768029. OLE color: 16768029.

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

Color convert

RGB 29 220 255 -
CMYK 0.89 0.14 0 0
HSL 189.29º 1% 0.56% -
HSV(B) 189.29º 0.89% 1% -
XYZ 44.15 58.67 103.6 -
YUV 166.88 177.72 29.65 -
System Red Green Blue C M Y K H S L
Decimal 29 220 255 0.89 0.14 0 0 189.29 1 0.56
Hex 1D DC FF 59 E 0 0 BD 64 38
Octal 35 334 377 131 16 0 0 275 144 70
Binary 11101 11011100 11111111 1011001 1110 0 0 10111101 1100100 111000

Color Harmonies of #1DDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDCFF

Black with #1DDCFF

Text Example


Text Example

White with #1DDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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