#13C0F1

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

Shades of Deep Sky Blue #13C0F1

Tints of Deep Sky Blue #13C0F1

Color information

#13C0F1 (or 0x13C0F1) is unknown color: approx Deep Sky Blue. HEX triplet: 13, C0 and F1. RGB value is (19,192,241). Sum of RGB (Red+Green+Blue) = 19+192+241=452 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.20% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #13C0F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13C0F1 is #EC3F0E. Grayscale: #919191. Windows color (decimal): -15482639 or 15843347. OLE color: 15843347.

HSL color Cylindrical-coordinate representation of color #13C0F1: hue angle of 193.24º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C0F1 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19192241-
CMYK0.920.2000.05
HSL193.24º88.8%50.98%-
HSV(B)193.24º92.12%94.51%-
XYZ3544.1989.9-
YUV145.86181.6937.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.20%
GREEN value IS 192 (75.39% from 255) = 42.48%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=4.20%
G=42.48%
B=53.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191922410.920.2000.05193.2488.850.98
Hex13C0F15C1405c15933
Octal23300361134240530113163
Binary1001111000000111100011011100101000101110000011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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