Html Css Color HEX #1DC4FF Deep Sky Blue

📋 copy color: '#1DC4FF'

red 29 ◦ green 196 ◦ blue 255

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

Shades of Deep Sky Blue #1DC4FF

Tints of Deep Sky Blue #1DC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 6.04%
G = 40.83%
B = 53.13%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1DC4FF (or 0x1DC4FF) is known color: Deep Sky Blue. HEX triplet: 1D, C4 and FF. RGB value is (29,196,255). Sum of RGB (Red+Green+Blue) = 29+196+255=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DC4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC4FF is #E23B00. Grayscale: #989898. Windows color (decimal): -14826241 or 16761885. OLE color: 16761885.

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

Color convert

RGB 29 196 255 -
CMYK 0.89 0.23 0 0
HSL 195.66º 1% 0.56% -
HSV(B) 195.66º 0.89% 1% -
XYZ 38.3 46.96 101.65 -
YUV 152.79 185.67 39.7 -
System Red Green Blue C M Y K H S L
Decimal 29 196 255 0.89 0.23 0 0 195.66 1 0.56
Hex 1D C4 FF 59 17 0 0 C4 64 38
Octal 35 304 377 131 27 0 0 304 144 70
Binary 11101 11000100 11111111 1011001 10111 0 0 11000100 1100100 111000

Color Harmonies of #1DC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC4FF

Black with #1DC4FF

Text Example


Text Example

White with #1DC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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