Html Css Color HEX #13C0FD Deep Sky Blue

📋 copy color: '#13C0FD'

red 19 ◦ green 192 ◦ blue 253

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

Shades of Deep Sky Blue #13C0FD

Tints of Deep Sky Blue #13C0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.38%

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

R = 4.09%
G = 41.38%
B = 54.53%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#13C0FD (or 0x13C0FD) is known color: Deep Sky Blue. HEX triplet: 13, C0 and FD. RGB value is (19,192,253). Sum of RGB (Red+Green+Blue) = 19+192+253=464 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #13C0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C0FD is #EC3F02. Grayscale: #929292. Windows color (decimal): -15482627 or 16629779. OLE color: 16629779.

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

Color convert

RGB 19 192 253 -
CMYK 0.92 0.24 0 0.01
HSL 195.64º 0.98% 0.53% -
HSV(B) 195.64º 0.92% 0.99% -
XYZ 36.85 44.93 99.66 -
YUV 147.23 187.69 36.54 -
System Red Green Blue C M Y K H S L
Decimal 19 192 253 0.92 0.24 0 0.01 195.64 0.98 0.53
Hex 13 C0 FD 5C 18 0 1 C4 62 35
Octal 23 300 375 134 30 0 1 304 142 65
Binary 10011 11000000 11111101 1011100 11000 0 1 11000100 1100010 110101

Color Harmonies of #13C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C0FD

Black with #13C0FD

Text Example


Text Example

White with #13C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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