#13C4E7

Color #13C4E7 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #13C4E7

Tints of Deep Sky Blue #13C4E7

Color information

#13C4E7 (or 0x13C4E7) is unknown color: approx Deep Sky Blue. HEX triplet: 13, C4 and E7. RGB value is (19,196,231). Sum of RGB (Red+Green+Blue) = 19+196+231=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #13C4E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C4E7 is #EC3B18. Grayscale: #929292. Windows color (decimal): -15481625 or 15189011. OLE color: 15189011.

HSL color Cylindrical-coordinate representation of color #13C4E7: hue angle of 189.91º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C4E7 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19196231-
CMYK0.920.1500.09
HSL189.91º84.8%49.02%-
HSV(B)189.91º91.77%90.59%-
XYZ34.4345.3982.55-
YUV147.07175.3636.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.26%
GREEN value IS 196 (76.95% from 255) = 43.95%
BLUE value IS 231 (90.62% from 255) = 51.79%
R=4.26%
G=43.95%
B=51.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal191962310.920.1500.09189.9184.849.02
Hex13C4E75CF09be5531
Octal233043471341701127612561
Binary1001111000100111001111011100111101001101111101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13C4E7;
 }
 .AnyTagClassName
 {
   color: #13C4E7;
 }
</style>
background-color css

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

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

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

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

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

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