Html Css Color HEX #13C0F5 Deep Sky Blue

📋 copy color: '#13C0F5'

red 19 ◦ green 192 ◦ blue 245

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

Shades of Deep Sky Blue #13C0F5

Tints of Deep Sky Blue #13C0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.73%

R = 4.17%
G = 42.11%
B = 53.73%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#13C0F5 (or 0x13C0F5) is known color: Deep Sky Blue. HEX triplet: 13, C0 and F5. RGB value is (19,192,245). Sum of RGB (Red+Green+Blue) = 19+192+245=456 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.17% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #13C0F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C0F5 is #EC3F0A. Grayscale: #919191. Windows color (decimal): -15482635 or 16105491. OLE color: 16105491.

HSL color Cylindrical-coordinate representation of color #13C0F5: hue angle of 194.07º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C0F5 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 192 245 -
CMYK 0.92 0.22 0 0.04
HSL 194.07º 0.92% 0.52% -
HSV(B) 194.07º 0.92% 0.96% -
XYZ 35.6 44.43 93.09 -
YUV 146.32 183.69 37.19 -
System Red Green Blue C M Y K H S L
Decimal 19 192 245 0.92 0.22 0 0.04 194.07 0.92 0.52
Hex 13 C0 F5 5C 16 0 4 C2 5C 34
Octal 23 300 365 134 26 0 4 302 134 64
Binary 10011 11000000 11110101 1011100 10110 0 100 11000010 1011100 110100

Color Harmonies of #13C0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C0F5

Black with #13C0F5

Text Example


Text Example

White with #13C0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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