Html Css Color HEX #13D5FD Deep Sky Blue

📋 copy color: '#13D5FD'

red 19 ◦ green 213 ◦ blue 253

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

Shades of Deep Sky Blue #13D5FD

Tints of Deep Sky Blue #13D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.92%

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

R = 3.92%
G = 43.92%
B = 52.16%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13D5FD (or 0x13D5FD) is known color: Deep Sky Blue. HEX triplet: 13, D5 and FD. RGB value is (19,213,253). Sum of RGB (Red+Green+Blue) = 19+213+253=485 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.92% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #13D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D5FD is #EC2A02. Grayscale: #9F9F9F. Windows color (decimal): -15477251 or 16635155. OLE color: 16635155.

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

Color convert

RGB 19 213 253 -
CMYK 0.92 0.16 0 0.01
HSL 190.26º 0.98% 0.53% -
HSV(B) 190.26º 0.92% 0.99% -
XYZ 41.79 54.82 101.31 -
YUV 159.55 180.73 27.75 -
System Red Green Blue C M Y K H S L
Decimal 19 213 253 0.92 0.16 0 0.01 190.26 0.98 0.53
Hex 13 D5 FD 5C 10 0 1 BE 62 35
Octal 23 325 375 134 20 0 1 276 142 65
Binary 10011 11010101 11111101 1011100 10000 0 1 10111110 1100010 110101

Color Harmonies of #13D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D5FD

Black with #13D5FD

Text Example


Text Example

White with #13D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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