Html Css Color HEX #13DCFD Deep Sky Blue

📋 copy color: '#13DCFD'

red 19 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #13DCFD

Tints of Deep Sky Blue #13DCFD

RGB

 RED value IS 19 (7.81% from 255) = 3.86%

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

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

R = 3.86%
G = 44.72%
B = 51.42%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13DCFD (or 0x13DCFD) is known color: Deep Sky Blue. HEX triplet: 13, DC and FD. RGB value is (19,220,253). Sum of RGB (Red+Green+Blue) = 19+220+253=492 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.86% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #13DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCFD is #EC2302. Grayscale: #A3A3A3. Windows color (decimal): -15475459 or 16636947. OLE color: 16636947.

HSL color Cylindrical-coordinate representation of color #13DCFD: hue angle of 188.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DCFD is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 220 253 -
CMYK 0.92 0.13 0 0.01
HSL 188.46º 0.98% 0.53% -
HSV(B) 188.46º 0.92% 0.99% -
XYZ 43.59 58.42 101.91 -
YUV 163.66 178.41 24.82 -
System Red Green Blue C M Y K H S L
Decimal 19 220 253 0.92 0.13 0 0.01 188.46 0.98 0.53
Hex 13 DC FD 5C D 0 1 BC 62 35
Octal 23 334 375 134 15 0 1 274 142 65
Binary 10011 11011100 11111101 1011100 1101 0 1 10111100 1100010 110101

Color Harmonies of #13DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCFD

Black with #13DCFD

Text Example


Text Example

White with #13DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DCFD; }

 p { color: rgb(19,220,253); }

 H1.HeaderClassName
 {
   color: #13DCFD;
 }
 .AnyTagClassName
 {
   color: #13DCFD;
 }
</style>

background-color css

<style>
 a { background-color: #13DCFD; }

 a { background-color: rgb(19,220,253); }

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

border-color css

<style>
 span { border-color: #13DCFD; }

 span { border-color: rgb(19,220,253); }

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