Html Css Color HEX #1DCDEE Deep Sky Blue

📋 copy color: '#1DCDEE'

red 29 ◦ green 205 ◦ blue 238

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

Shades of Deep Sky Blue #1DCDEE

Tints of Deep Sky Blue #1DCDEE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 6.14%
G = 43.43%
B = 50.42%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1DCDEE (or 0x1DCDEE) is known color: Deep Sky Blue. HEX triplet: 1D, CD and EE. RGB value is (29,205,238). Sum of RGB (Red+Green+Blue) = 29+205+238=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #1DCDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCDEE is #E23211. Grayscale: #9B9B9B. Windows color (decimal): -14823954 or 15650077. OLE color: 15650077.

HSL color Cylindrical-coordinate representation of color #1DCDEE: hue angle of 189.47º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCDEE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 205 238 -
CMYK 0.88 0.14 0 0.07
HSL 189.47º 0.86% 0.52% -
HSV(B) 189.47º 0.88% 0.93% -
XYZ 37.77 50.1 88.57 -
YUV 156.14 174.19 37.32 -
System Red Green Blue C M Y K H S L
Decimal 29 205 238 0.88 0.14 0 0.07 189.47 0.86 0.52
Hex 1D CD EE 58 E 0 7 BD 56 34
Octal 35 315 356 130 16 0 7 275 126 64
Binary 11101 11001101 11101110 1011000 1110 0 111 10111101 1010110 110100

Color Harmonies of #1DCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCDEE

Black with #1DCDEE

Text Example


Text Example

White with #1DCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,205,238); }

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

background-color css

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

 a { background-color: rgb(29,205,238); }

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

border-color css

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

 span { border-color: rgb(29,205,238); }

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