Html Css Color HEX #1DC5FD Deep Sky Blue

📋 copy color: '#1DC5FD'

red 29 ◦ green 197 ◦ blue 253

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

Shades of Deep Sky Blue #1DC5FD

Tints of Deep Sky Blue #1DC5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.13%

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

R = 6.05%
G = 41.13%
B = 52.82%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1DC5FD (or 0x1DC5FD) is known color: Deep Sky Blue. HEX triplet: 1D, C5 and FD. RGB value is (29,197,253). Sum of RGB (Red+Green+Blue) = 29+197+253=479 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.05% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #1DC5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DC5FD is #E23A02. Grayscale: #989898. Windows color (decimal): -14825987 or 16631069. OLE color: 16631069.

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

Color convert

RGB 29 197 253 -
CMYK 0.89 0.22 0 0.01
HSL 195º 0.98% 0.55% -
HSV(B) 195º 0.89% 0.99% -
XYZ 38.2 47.29 100.04 -
YUV 153.15 184.34 39.45 -
System Red Green Blue C M Y K H S L
Decimal 29 197 253 0.89 0.22 0 0.01 195 0.98 0.55
Hex 1D C5 FD 59 16 0 1 C3 62 37
Octal 35 305 375 131 26 0 1 303 142 67
Binary 11101 11000101 11111101 1011001 10110 0 1 11000011 1100010 110111

Color Harmonies of #1DC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC5FD

Black with #1DC5FD

Text Example


Text Example

White with #1DC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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