Html Css Color HEX #13ADFD Deep Sky Blue

📋 copy color: '#13ADFD'

red 19 ◦ green 173 ◦ blue 253

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

Shades of Deep Sky Blue #13ADFD

Tints of Deep Sky Blue #13ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

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

R = 4.27%
G = 38.88%
B = 56.85%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13ADFD (or 0x13ADFD) is known color: Deep Sky Blue. HEX triplet: 13, AD and FD. RGB value is (19,173,253). Sum of RGB (Red+Green+Blue) = 19+173+253=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #13ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13ADFD is #EC5202. Grayscale: #878787. Windows color (decimal): -15487491 or 16624915. OLE color: 16624915.

HSL color Cylindrical-coordinate representation of color #13ADFD: hue angle of 200.51º 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 #13ADFD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 173 253 -
CMYK 0.92 0.32 0 0.01
HSL 200.51º 0.98% 0.53% -
HSV(B) 200.51º 0.92% 0.99% -
XYZ 32.94 37.12 98.36 -
YUV 136.07 193.98 44.5 -
System Red Green Blue C M Y K H S L
Decimal 19 173 253 0.92 0.32 0 0.01 200.51 0.98 0.53
Hex 13 AD FD 5C 20 0 1 C9 62 35
Octal 23 255 375 134 40 0 1 311 142 65
Binary 10011 10101101 11111101 1011100 100000 0 1 11001001 1100010 110101

Color Harmonies of #13ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ADFD

Black with #13ADFD

Text Example


Text Example

White with #13ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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