Html Css Color HEX #13C4F5 Deep Sky Blue

📋 copy color: '#13C4F5'

red 19 ◦ green 196 ◦ blue 245

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

Shades of Deep Sky Blue #13C4F5

Tints of Deep Sky Blue #13C4F5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.61%

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

R = 4.13%
G = 42.61%
B = 53.26%

CMYK

 C value IS 0.92

 M value IS 0.2

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#13C4F5 (or 0x13C4F5) is known color: Deep Sky Blue. HEX triplet: 13, C4 and F5. RGB value is (19,196,245). Sum of RGB (Red+Green+Blue) = 19+196+245=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #13C4F5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C4F5 is #EC3B0A. Grayscale: #949494. Windows color (decimal): -15481611 or 16106515. OLE color: 16106515.

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

Color convert

RGB 19 196 245 -
CMYK 0.92 0.2 0 0.04
HSL 193.01º 0.92% 0.52% -
HSV(B) 193.01º 0.92% 0.96% -
XYZ 36.49 46.21 93.38 -
YUV 148.66 182.36 35.52 -
System Red Green Blue C M Y K H S L
Decimal 19 196 245 0.92 0.2 0 0.04 193.01 0.92 0.52
Hex 13 C4 F5 5C 14 0 4 C1 5C 34
Octal 23 304 365 134 24 0 4 301 134 64
Binary 10011 11000100 11110101 1011100 10100 0 100 11000001 1011100 110100

Color Harmonies of #13C4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C4F5

Black with #13C4F5

Text Example


Text Example

White with #13C4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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